Explorar o código

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

Jimmy Nguyen %!s(int64=9) %!d(string=hai) anos
pai
achega
7f2ce0dc0e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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