Copy converted *.vcxproj files from TestScripts before testing
parent
77d2e4eaf5
commit
e162a67231
|
|
@ -35,6 +35,10 @@ test_script:
|
||||||
|
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
|
|
||||||
|
copy /y TestScripts/cryptlib.vcxproj .
|
||||||
|
|
||||||
|
copy /y TestScripts/cryptest.vcxproj .
|
||||||
|
|
||||||
msbuild /t:Build cryptlib.vcxproj
|
msbuild /t:Build cryptlib.vcxproj
|
||||||
|
|
||||||
msbuild /t:Build cryptest.vcxproj
|
msbuild /t:Build cryptest.vcxproj
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue