From 7fc50335711730e548c5d099aa7e0ce77a0bbfaa Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Thu, 23 Mar 2017 21:51:38 -0400 Subject: [PATCH] try again --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 8e89f988..e024fe0c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -40,6 +40,6 @@ build: verbosity: minimal test_script: -- cd build\tests\${configuration} -- set PATH=C:\projects\xlnt\vcpkg\installed\${platform}-windows\debug\bin;%PATH% +- cd build\tests\%configuration% +- set PATH=C:\projects\xlnt\vcpkg\installed\%platform%-windows\debug\bin;%PATH% - xlnt.test.exe