parent
a261c4ff54
commit
798baf08d6
|
|
@ -40,11 +40,11 @@ test_script:
|
|||
|
||||
} else {
|
||||
|
||||
msbuild /t:"Build" /p:"platform=$platform;configuration=$configuration" cryptlib.vcxproj
|
||||
msbuild /t:Build /p:platform=$platform /p:configuration=$configuration cryptlib.vcxproj
|
||||
|
||||
msbuild /t:"Build" /p:"platform=$platform;configuration=$configuration" cryptest.vcxproj
|
||||
msbuild /t:Build /p:platform=$platform /p:configuration=$configuration cryptest.vcxproj
|
||||
|
||||
msbuild /t:"CopyCryptestToRoot" cryptest.vcxproj
|
||||
msbuild /t:CopyCryptestToRoot cryptest.vcxproj
|
||||
|
||||
cryptest.exe v
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue