Skip to content

Commit

Permalink
disable appveyor auto release deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-kelly committed Jun 25, 2016
1 parent 558d71a commit ac06298
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ build_script:
after_build:
- cmd: 7z a KSFramework-$(appveyor_build_version).zip KSFramework/
test: off
deploy:
- provider: Environment
name: Github
release: KSFramework-$(appveyor_build_version)
#deploy:
#- provider: Environment
# name: Github
# release: KSFramework-$(appveyor_build_version)
#on:
# branch: master # release from master branch only
# appveyor_repo_tag: true # deploy on tag push only

0 comments on commit ac06298

Please sign in to comment.