Skip to content

Commit

Permalink
Working on travis pushing new nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
kkalinowski committed Jul 7, 2018
1 parent a88aa08 commit 03bb4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ script:
deploy:
skip_cleanup: true
provider: script
script: dotnet nuget push lib12/bin/Release/lib12.*.nupkg --api-key $NUGET_API_KEY
script: dotnet nuget push lib12/bin/Release/lib12.*.nupkg --source https://api.nuget.org/v3/index.json --api-key $NUGET_API_KEY
on:
branch: master

0 comments on commit 03bb4a2

Please sign in to comment.