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