Copy converted *.vcxproj files from TestScripts before testing

pull/461/head
Jeffrey Walton 2017-08-02 22:07:41 -04:00
parent 77d2e4eaf5
commit e162a67231
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ test_script:
- cmd: >-
copy /y TestScripts/cryptlib.vcxproj .
copy /y TestScripts/cryptest.vcxproj .
msbuild /t:Build cryptlib.vcxproj
msbuild /t:Build cryptest.vcxproj