From 91ea01ccfad2c4d502272614300aba65d57f7348 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 2 Aug 2017 01:29:11 -0400 Subject: [PATCH] Back-out broken MSbuild changes --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 42b14eab..65730b20 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -35,11 +35,11 @@ test_script: - cmd: >- - msbuild /t:Build /p:PlatformToolset=DefaultPlatformToolset cryptlib.vcxproj + msbuild /t:Build cryptlib.vcxproj - msbuild /t:Build /p:PlatformToolset=DefaultPlatformToolset cryptest.vcxproj + msbuild /t:Build cryptest.vcxproj - msbuild /t:CopyCryptestToRoot /p:PlatformToolset=DefaultPlatformToolset cryptest.vcxproj + msbuild /t:CopyCryptestToRoot cryptest.vcxproj cryptest.exe v