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 079b37e commit 02556d3Copy full SHA for 02556d3
.travis.yml
@@ -35,6 +35,14 @@ script:
35
after_success:
36
- bash <(curl -s https://codecov.io/bash)
37
38
+deploy:
39
+ skip_cleanup: true
40
+ provider: script
41
+ script: dotnet nuget push ./src/Sendgrid/bin/Release/SendGrid.*.nupkg --api-key $NUGET_API_KEY --source $NUGET_SOURCE
42
+ on:
43
+ branch: master
44
+ condition: '"x$NUGET_API_KEY" != "x" && "x$NUGET_SOURCE" != "x"'
45
+
46
notifications:
47
hipchat:
48
rooms:
0 commit comments