Skip to content

Commit

Permalink
automatic chocolatey publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
activescott committed Nov 24, 2018
1 parent a6cd97b commit c43de89
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,14 @@ deploy:
branch: master # only deploy on master
appveyor_repo_tag: true # only deploy when there is a tag pushed
appveyor_repo_tag_name: publish # only deploy when tag == "publish"

- provider: NuGet # See https://www.appveyor.com/docs/deployment/nuget/
# For Chocolatey setup for NuGet see https://blog.gripdev.xyz/2015/04/08/appveyor-github-and-chocolatey-automatically-build-your-project-and-publish-updates-it-to-chocolatey/
server: https://push.chocolatey.org/
api_key:
secure: /Ie5xuB5GTDwElbSN0V+mCyYtYNhfQJRjdoWFUsNsVJW9bq32LNzSlI1cn4OUxIu
artifact: /.*\.nupkg/
on:
branch: master # only deploy on master
appveyor_repo_tag: true # only deploy when there is a tag pushed
appveyor_repo_tag_name: publish # only deploy when tag == "publish"

0 comments on commit c43de89

Please sign in to comment.