mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-12-19 02:02:14 +08:00
Merge branch 'master' of github.com:QL-Win/QuickLook
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
version: '{build}'
|
version: '{build}'
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
skip_branch_with_pr: true
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
configuration: Release
|
configuration: Release
|
||||||
platform: Any CPU
|
platform: Any CPU
|
||||||
@@ -25,3 +29,12 @@ artifacts:
|
|||||||
name: QuickLook-%GIT_TAG%
|
name: QuickLook-%GIT_TAG%
|
||||||
- path: QuickLook-%GIT_TAG%.msi
|
- path: QuickLook-%GIT_TAG%.msi
|
||||||
name: QuickLook-%GIT_TAG%
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user