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 59e36c3 commit d2a41d3Copy full SHA for d2a41d3
.travis.yml
@@ -8,7 +8,7 @@ script:
8
deploy:
9
skip_cleanup: true
10
provider: script
11
- script: nuget push ./CSharpHTTPClient/bin/Release/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
+ script: nuget push ./CSharpHTTPClient/bin/Release/*.nupkg -ApiKey $NUGET_API_KEY -Source https://api.nuget.org/v3/index.json
12
on:
13
branch: master
14
tags: true
0 commit comments