Attempt to set PlatformToolset from MSbuild command line
Also see http://stackoverflow.com/q/43423761/608639pull/461/head
parent
6fe35d4cc4
commit
09800e1774
|
|
@ -35,7 +35,9 @@ test_script:
|
||||||
|
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
|
|
||||||
msbuild /t:CopyCryptestToRoot cryptest.vcxproj
|
msbuild /t:Build PlatformToolset=DefaultPlatformToolset cryptlib.vcxproj
|
||||||
|
msbuild /t:Build PlatformToolset=DefaultPlatformToolset cryptest.vcxproj
|
||||||
|
msbuild /t:CopyCryptestToRoot PlatformToolset=DefaultPlatformToolset cryptest.vcxproj
|
||||||
|
|
||||||
cryptest.exe v
|
cryptest.exe v
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue