parent
798baf08d6
commit
24c8f8c3ed
|
|
@ -40,9 +40,9 @@ test_script:
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
msbuild /t:Build /p:platform=$platform /p:configuration=$configuration cryptlib.vcxproj
|
msbuild /t:Build /p:platform="$platform" /p:configuration="$configuration" cryptlib.vcxproj
|
||||||
|
|
||||||
msbuild /t:Build /p:platform=$platform /p: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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue