From a4cd4454ea4771a2435c5a6ac1fb18f03335abc3 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 29 Nov 2015 21:03:59 +0000 Subject: Try Win32 as the platform instead of x86 and x64. Otherwise I get this build failure: "C:\projects\boxbackup\infrastructure\msvc\2010\boxbackup.sln" (default target) (1) -> (ValidateSolutionConfiguration target) -> C:\projects\boxbackup\infrastructure\msvc\2010\boxbackup.sln.metaproj : error MSB4126: The specified solution configuration "Debug|x86" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration. --- appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 27800c93..061e763b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,8 +8,9 @@ skip_tags: true os: Windows Server 2012 platform: - - x86 - - x64 +# - x86 +# - x64 + - Win32 configuration: - Debug -- cgit v1.2.3