mirror of
https://github.com/microsoft/GSL.git
synced 2025-09-29 16:41:53 +02:00
Try accessing APPVEYOR_BUILD_FOLDER variable (#471)
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user