From 0770f6a5fb0bc6522cc4dd8645b9ec9c36df0d12 Mon Sep 17 00:00:00 2001 From: Xuan Zhou Date: Wed, 10 May 2017 16:33:26 +0800 Subject: [PATCH] support packing artifact --- appveyor.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 342aebb..a8f7966 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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'))