Update .appveyor.yml

This commit is contained in:
Paddy Xu
2018-09-01 21:52:38 +03:00
committed by GitHub
parent 968e4b9ff0
commit d0efbba02e

View File

@@ -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