From d611384fda28c1ea89fb37d04c9908e8579e2b91 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 2 Aug 2017 01:04:42 -0400 Subject: [PATCH] Attempt to set PlatformToolset from MSbuild command line Also see http://stackoverflow.com/q/43423761/608639 --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index b5332a12..42b97490 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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