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
|
||||
configuration: Release
|
||||
platform: Any CPU
|
||||
clone_script:
|
||||
- ps: git submodule update --init --recursive
|
||||
cache:
|
||||
- packages -> **\packages.config
|
||||
- '%USERPROFILE%\.nuget\packages -> **\project.json'
|
||||
@@ -13,8 +15,6 @@ before_build:
|
||||
- ps: >-
|
||||
$env:GIT_TAG = git describe --always --tags
|
||||
|
||||
git submodule update --init --recursive
|
||||
|
||||
nuget restore
|
||||
build:
|
||||
verbosity: minimal
|
||||
|
||||
Reference in New Issue
Block a user