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