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 eb7b27b commit 509bdf0Copy full SHA for 509bdf0
.travis.yml
@@ -14,7 +14,7 @@ script:
14
deploy:
15
skip_cleanup: true
16
provider: script
17
- script: dotnet nuget push ./SLOBSharp/bin/Release/*.nupkg -k $NUGET_API_KEY
+ script: dotnet nuget push ./SLOBSharp/bin/Release/*.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json
18
on:
19
branch: release
20
notifications:
0 commit comments