Update .appveyor.yml

This commit is contained in:
Paddy Xu
2018-09-01 23:47:03 +03:00
committed by GitHub
parent 7d0f1beaf2
commit 9df88d5737

View File

@@ -7,7 +7,7 @@ image: Visual Studio 2017
configuration: Release
platform: Any CPU
clone_script:
- ps: >-
- cmd: >-
git clone -q --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
cd %APPVEYOR_BUILD_FOLDER%