Update appveyor.yml

This commit is contained in:
Paddy Xu
2017-06-10 13:35:22 +03:00
committed by GitHub
parent 86d39e37c5
commit b0c1c498e4

View File

@@ -12,11 +12,17 @@ build:
after_build:
- cmd: >-
type GitVersion.cs
cd Build
move QuickLook.msi ..\QuickLook-%APPVEYOR_REPO_TAG_NAME%.msi
dir ..\QuickLook-%APPVEYOR_REPO_TAG_NAME%.msi
7z a ..\QuickLook-%APPVEYOR_REPO_TAG_NAME%.zip .\Package\* -r
7z l ..\QuickLook-%APPVEYOR_REPO_TAG_NAME%.zip
artifacts:
- path: QuickLook-$(APPVEYOR_REPO_TAG_NAME).zip
name: QuickLook-$(APPVEYOR_REPO_TAG_NAME)
@@ -30,4 +36,4 @@ deploy:
draft: true
on:
branch: master
APPVEYOR_REPO_TAG: true
APPVEYOR_REPO_TAG: true