Try accessing APPVEYOR_BUILD_FOLDER variable (#471)

This commit is contained in:
Roelf-Jilling 2018-11-14 12:19:20 +01:00
parent ade48d5fdd
commit 22e78182e3

View File

@ -49,7 +49,7 @@ install:
) { ) {
cd C:\Tools\vcpkg cd C:\Tools\vcpkg
git pull git pull
cd %APPVEYOR_BUILD_FOLDER% cd "$env:APPVEYOR_BUILD_FOLDER"
} }
before_build: before_build: