We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0053f commit 07a01c0Copy full SHA for 07a01c0
.github/workflows/nuget.yml
@@ -57,4 +57,4 @@ jobs:
57
- name: Test
58
run: dotnet test -c Release --no-restore --no-build --verbosity normal
59
- name: Push TBC.OpenAPI.SDK.ExchangeRates
60
- run: nuget push "src/TBC.OpenAPI.SDK.ExchangeRates/bin/Release/*.nupkg" -NonInteractive -SkipDuplicate -Source "https://api.nuget.org/v3/index.json" -NoSymbols -ForceEnglishOutput
+ run: nuget push src/TBC.OpenAPI.SDK.ExchangeRates/bin/Release/*.nupkg -NonInteractive -SkipDuplicate -Source "https://api.nuget.org/v3/index.json" -NoSymbols -ForceEnglishOutput
0 commit comments