Attempt to set PlatformToolset from MSbuild command line

Also see http://stackoverflow.com/q/43423761/608639
pull/461/head
Jeffrey Walton 2017-08-02 01:04:42 -04:00
parent 09800e1774
commit d611384fda
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 3 additions and 3 deletions

View File

@ -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