[appveyor] Platform name correction.

This commit is contained in:
Ben Vanik 2015-12-30 19:59:57 -08:00
parent 3b1c238aa9
commit 457c1fc30f
1 changed files with 3 additions and 3 deletions

View File

@ -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