[appveyor] Platform name correction.
This commit is contained in:
parent
3b1c238aa9
commit
457c1fc30f
|
@ -56,12 +56,12 @@ install:
|
||||||
#---------------------------------#
|
#---------------------------------#
|
||||||
|
|
||||||
# build platform, i.e. x86, x64, Any CPU. This setting is optional.
|
# build platform, i.e. x86, x64, Any CPU. This setting is optional.
|
||||||
platform: x64
|
platform: Windows
|
||||||
|
|
||||||
# build Configuration, i.e. Debug, Release, etc.
|
# build Configuration, i.e. Debug, Release, etc.
|
||||||
configuration:
|
configuration:
|
||||||
#- Checked Windows
|
#- Checked
|
||||||
- Release Windows
|
- Release
|
||||||
|
|
||||||
build:
|
build:
|
||||||
parallel: true # enable MSBuild parallel builds
|
parallel: true # enable MSBuild parallel builds
|
||||||
|
|
Loading…
Reference in New Issue