Skip to content

Commit

Permalink
Test automated prerelease package
Browse files Browse the repository at this point in the history
  • Loading branch information
benb committed Jan 23, 2020
1 parent a4f2494 commit ef1dd08
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 **/Heroes.ReplayParser.*.nupkg --api-key $NuGetApiKey --source https://api.nuget.org/v3/index.json
script: dotnet nuget push **/Heroes.ReplayParser.*.nupkg --no-symbols true --api-key $NuGetApiKey --source https://api.nuget.org/v3/index.json
on:
branch: master

0 comments on commit ef1dd08

Please sign in to comment.