There was an error while loading. Please reload this page.
1 parent 7717195 commit 9e2ca6fCopy full SHA for 9e2ca6f
.travis.yml
@@ -13,7 +13,7 @@ deploy:
13
skip_cleanup: true
14
provider: script
15
script: dotnet nuget push /home/travis/build/sendgrid/smtpapi-csharp/*.nupkg --api-key
16
- $NUGET_API_KEY -Source https://api.nuget.org/v3/index.json
+ $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
17
on:
18
branch: main
19
tags: true
0 commit comments