From 22e78182e326ef66c1419eefb69f3d8ec17fd105 Mon Sep 17 00:00:00 2001 From: Roelf-Jilling Date: Wed, 14 Nov 2018 12:19:20 +0100 Subject: [PATCH] Try accessing APPVEYOR_BUILD_FOLDER variable (#471) --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ed39010..2395a42 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -49,7 +49,7 @@ install: ) { cd C:\Tools\vcpkg git pull - cd %APPVEYOR_BUILD_FOLDER% + cd "$env:APPVEYOR_BUILD_FOLDER" } before_build: