Преглед изворни кода

Updated Windows build script to change directory instead of copying files to run xmltest

Jimmy Nguyen пре 9 година
родитељ
комит
7f2ce0dc0e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      appveyor.yml

+ 1 - 1
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