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