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 eea2bea commit 59c61caCopy full SHA for 59c61ca
.travis.yml
@@ -9,7 +9,7 @@ after_success:
9
deploy:
10
skip_cleanup: true
11
provider: script
12
- script: nuget push ./CSharpHTTPClient/bin/Release/*.nupkg -ApiKey $NUGET_API_KEY -Source https://api.nuget.org/v3/index.json
+ script: nuget push /home/travis/build/sendgrid/csharp-http-client/*.nupkg -ApiKey $NUGET_API_KEY -Source https://api.nuget.org/v3/index.json
13
on:
14
branch: master
15
tags: true
0 commit comments