From 7f2ce0dc0e1968a1d5e9ffcc905ea85e3015c66f Mon Sep 17 00:00:00 2001 From: Jimmy Nguyen Date: Tue, 21 Feb 2017 12:27:59 -0800 Subject: [PATCH] Updated Windows build script to change directory instead of copying files to run xmltest --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index aac8867..0c60b67 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,5 +3,5 @@ before_build: build_script: - msbuild tinyxml2.sln /m /p:Configuration=Release /t:ALL_BUILD - - copy Release\xmltest.exe .\ && copy Release\tinyxml2.dll .\ + - cd Release - xmltest.exe