mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-12-19 02:02:14 +08:00
Update .appveyor.yml
This commit is contained in:
@@ -6,6 +6,8 @@ skip_branch_with_pr: true
|
|||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
configuration: Release
|
configuration: Release
|
||||||
platform: Any CPU
|
platform: Any CPU
|
||||||
|
clone_script:
|
||||||
|
- ps: git submodule update --init --recursive
|
||||||
cache:
|
cache:
|
||||||
- packages -> **\packages.config
|
- packages -> **\packages.config
|
||||||
- '%USERPROFILE%\.nuget\packages -> **\project.json'
|
- '%USERPROFILE%\.nuget\packages -> **\project.json'
|
||||||
@@ -13,8 +15,6 @@ before_build:
|
|||||||
- ps: >-
|
- ps: >-
|
||||||
$env:GIT_TAG = git describe --always --tags
|
$env:GIT_TAG = git describe --always --tags
|
||||||
|
|
||||||
git submodule update --init --recursive
|
|
||||||
|
|
||||||
nuget restore
|
nuget restore
|
||||||
build:
|
build:
|
||||||
verbosity: minimal
|
verbosity: minimal
|
||||||
|
|||||||
Reference in New Issue
Block a user