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:02:43 -04:00
parent 6fe35d4cc4
commit 09800e1774
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,9 @@ test_script:
- 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