We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b49dab commit 712bab1Copy full SHA for 712bab1
.travis.yml
@@ -8,3 +8,10 @@ script:
8
- dotnet build -c Release
9
- dotnet test
10
- dotnet pack -c Release
11
+deploy:
12
+ skip_cleanup: true
13
+ provider: script
14
+ script: dotnet nuget push /home/travis/build/rsocket/rsocket-net/RSocket.Core/bin/Release/RSocket.Core.*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
15
+ on:
16
+ tags: true
17
+ condition: $TRAVIS_TAG =~ ^(\d+\.)?(\d+\.)?(\*|\d+)$
0 commit comments