Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed May 7, 2024
1 parent d20b66f commit b1bc93d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Package
run: dotnet pack --configuration Release
- name: Publish
run: dotnet nuget push src/Dofusdude.Api/bin/Release/Dofusdude.Api.0.9.0.nupkg
run: dotnet nuget push -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json src/Dofusdude.Api/bin/Release/Dofusdude.Api.0.9.0.nupkg
10 changes: 5 additions & 5 deletions Dofusdude.Api.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.0.0
MinimumVisualStudioVersion = 10.0.0.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dofusdude.Api", "src\Dofusdude.Api\Dofusdude.Api.csproj", "{0879E2F5-9F5F-484F-AD45-4227182CF400}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dofusdude.Api", "src\Dofusdude.Api\Dofusdude.Api.csproj", "{6E2DFC82-5035-4A09-B57E-C77B2080AE61}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dofusdude.Api.Test", "src\Dofusdude.Api.Test\Dofusdude.Api.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
EndProject
Expand All @@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0879E2F5-9F5F-484F-AD45-4227182CF400}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0879E2F5-9F5F-484F-AD45-4227182CF400}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0879E2F5-9F5F-484F-AD45-4227182CF400}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0879E2F5-9F5F-484F-AD45-4227182CF400}.Release|Any CPU.Build.0 = Release|Any CPU
{6E2DFC82-5035-4A09-B57E-C77B2080AE61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E2DFC82-5035-4A09-B57E-C77B2080AE61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E2DFC82-5035-4A09-B57E-C77B2080AE61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E2DFC82-5035-4A09-B57E-C77B2080AE61}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down

0 comments on commit b1bc93d

Please sign in to comment.