Skip to content

Commit

Permalink
Merge pull request #8 from martinsmith1968/bugfix/nuget-push
Browse files Browse the repository at this point in the history
Use dotnet push
  • Loading branch information
martinsmith1968 authored Dec 28, 2019
2 parents 9a71db9 + be04d8c commit dce6b8a
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 @@ -25,6 +25,6 @@ script:
deploy:
skip_cleanup: true
provider: script
script: nuget push $APPNAME/bin/$CONFIGURATION/$APPNAME.*.nupkg -Source $NUGET_API_URL -ApiKey $NUGET_API_KEY
script: dotnet nuget push $APPNAME/bin/$CONFIGURATION/$APPNAME.*.nupkg -s $NUGET_API_URL -k $NUGET_API_KEY --no-service-endpoint
on:
branch: master

0 comments on commit dce6b8a

Please sign in to comment.