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 6d0d0fe commit 0678d04Copy full SHA for 0678d04
.travis.yml
@@ -1,5 +1,6 @@
1
language: csharp
2
dotnet: 1.0.4
3
+solution: SendGrid.sln
4
os: linux
5
dist: trusty
6
mono: latest
@@ -26,7 +27,7 @@ after_success:
26
27
deploy:
28
skip_cleanup: true
29
provider: script
- script: dotnet nuget push ./src/SendGrid/bin/Release/SendGrid.*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
30
+ script: nuget push ./src/SendGrid/bin/Release/SendGrid.*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
31
on:
32
branch: master
33
tags: true
0 commit comments