summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-11-29 21:03:59 +0000
committerChris Wilson <chris+github@qwirx.com>2015-11-29 21:03:59 +0000
commita4cd4454ea4771a2435c5a6ac1fb18f03335abc3 (patch)
treee73239309406446723c5ae026c5598f7be9901aa /appveyor.yml
parenta6e4fbe95a511da7e4dfff76c76910e3c0c8ef05 (diff)
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.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 3 insertions, 2 deletions
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