[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.
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue