Skip to content

Commit

Permalink
update appveyor to push releases into GitHub Releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewton76 committed Nov 3, 2017
1 parent 3c393ec commit 6d873dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ deploy:
artifact: 'NuGetPackage'
on:
branch: release
- provider: GitHub
tag: v$(APPVEYOR_BUILD_VERSION)
auth_token:
secure: bupArXj8lz6RLLO8GPwyRnbGwcmyjg4MvmlBsYD8x+euC9YS5G5y9jaSPCpS7tsX
artifact: 'NugetPackage'
on:
branch: release

notifications:
- provider: Email
Expand Down

0 comments on commit 6d873dc

Please sign in to comment.