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

This commit is contained in:
Jimmy Nguyen 2017-02-21 12:27:59 -08:00
parent 6bf64fb149
commit 7f2ce0dc0e
1 changed files with 1 additions and 1 deletions

View File

@ -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