Skip to content

Commit

Permalink
begin adding NuGet publication capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
paularuiz22 committed Jul 25, 2019
1 parent 001e879 commit ca96af4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@ script:
- dotnet restore
- dotnet build
- dotnet test
- dotnet publish
- dotnet publish
deploy:
skip_cleanup: true
provider: script
script: chmod +x ./deploy/deploy.sh && ./deploy/deploy.sh $NUGET_API_KEY $NUGET_SOURCE
on:
branch: master
Empty file added deploy.sh
Empty file.

0 comments on commit ca96af4

Please sign in to comment.