Skip to content

Commit 712bab1

Browse files
Adding nuget publication for Core library.
1 parent 6b49dab commit 712bab1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@ script:
88
- dotnet build -c Release
99
- dotnet test
1010
- 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

Comments
 (0)