Skip to content

Commit 2d2749c

Browse files
committed
Added nuget push to deploy
1 parent 7922ad5 commit 2d2749c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ script:
77
- dotnet test
88
before_deploy:
99
- dotnet pack NetoDotNET/NetoDotNET.csproj --output ../package/ -c Release
10+
- dotnet nuget push package/*.nupkg -k $NUGET_API_KEY -s $NUGET_SOURCE
1011
deploy:
1112
provider: releases
1213
api_key: $GITHUB_TOKEN

0 commit comments

Comments
 (0)