Skip to content

Commit

Permalink
change deploy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne Gobeli committed Nov 13, 2017
1 parent febeaab commit 1bf6e8d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,13 @@ artifacts:
- path: build\*

test: off

deploy:
release: myproduct-v$(appveyor_build_version)
provider: GitHub
artifact: /.*\.exe/ # upload all NuGet packages to release assets
draft: false
prerelease: true
on:
branch: master # release from master branch only
appveyor_repo_tag: true

0 comments on commit 1bf6e8d

Please sign in to comment.