Update .appveyor.yml

This commit is contained in:
Paddy Xu
2018-09-01 23:46:29 +03:00
committed by GitHub
parent 111861ec8b
commit 7d0f1beaf2

View File

@@ -7,7 +7,14 @@ image: Visual Studio 2017
configuration: Release
platform: Any CPU
clone_script:
- ps: git submodule update --init --recursive
- ps: >-
git clone -q --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
cd %APPVEYOR_BUILD_FOLDER%
git checkout -qf %APPVEYOR_REPO_COMMIT%
git submodule update --init --recursive
cache:
- packages -> **\packages.config
- '%USERPROFILE%\.nuget\packages -> **\project.json'