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 5be539a commit ed4d041Copy full SHA for ed4d041
.travis.yml
@@ -27,7 +27,7 @@ after_success:
27
deploy:
28
skip_cleanup: true
29
provider: script
30
- script: nuget push ./src/SendGrid/bin/Release/SendGrid.*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
+ script: nuget push ./src/SendGrid/bin/Release/SendGrid.*.nupkg -ApiKey $NUGET_API_KEY -Source https://api.nuget.org/v3/index.json
31
on:
32
branch: master
33
tags: true
0 commit comments