Merge branch 'master' of github.com:QL-Win/QuickLook

This commit is contained in:
Paddy Xu
2018-08-30 23:47:34 +03:00

View File

@@ -1,4 +1,8 @@
version: '{build}'
branches:
only:
- master
skip_branch_with_pr: true
image: Visual Studio 2017
configuration: Release
platform: Any CPU
@@ -25,3 +29,12 @@ artifacts:
name: QuickLook-%GIT_TAG%
- path: QuickLook-%GIT_TAG%.msi
name: QuickLook-%GIT_TAG%
deploy:
- provider: GitHub
auth_token:
secure: YwPL9DCYIWsHKBT7WMnx+IHTWph9fEOUBpnfZhZMTgz6VzWem01X+l/vZPlFxCG/
artifact: QuickLook-$(APPVEYOR_REPO_TAG_NAME)
draft: true
on:
branch: master
APPVEYOR_REPO_TAG: true