From 457c1fc30fb0cd86dcbf7ad571aa150ebe77a5b6 Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Wed, 30 Dec 2015 19:59:57 -0800 Subject: [PATCH] [appveyor] Platform name correction. --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 705ee05f7..e6382452f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -56,12 +56,12 @@ install: #---------------------------------# # build platform, i.e. x86, x64, Any CPU. This setting is optional. -platform: x64 +platform: Windows # build Configuration, i.e. Debug, Release, etc. configuration: - #- Checked Windows - - Release Windows + #- Checked + - Release build: parallel: true # enable MSBuild parallel builds