Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
support packing artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ansyral authored May 10, 2017
1 parent a539a66 commit 0770f6a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ build_script:
clone_depth: 1
os: Visual Studio 2015 CTP
test: off
deploy: off
deploy:
release: code2yaml-v$(appveyor_build_version)
description: 'Release'
provider: GitHub
auth_token:
secure: G3ZMeRiqtsqfwJ8Ysm1r+50B6m5dEHOzhhGnaAoTDX/P5Lo4G7ibfH2BgtF9IViG
artifact: /.*\.nupkg/
draft: false
prerelease: false
on:
branch: azuredocs # release from azuredocs branch only
appveyor_repo_tag: false # deploy on tag push only
#on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 comments on commit 0770f6a

Please sign in to comment.