mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Try accessing APPVEYOR_BUILD_FOLDER variable (#471)
This commit is contained in:
parent
ade48d5fdd
commit
22e78182e3
@ -49,7 +49,7 @@ install:
|
||||
) {
|
||||
cd C:\Tools\vcpkg
|
||||
git pull
|
||||
cd %APPVEYOR_BUILD_FOLDER%
|
||||
cd "$env:APPVEYOR_BUILD_FOLDER"
|
||||
}
|
||||
|
||||
before_build:
|
||||
|
Loading…
Reference in New Issue
Block a user