Fixed typo in configuration property in appveyor yml
This commit is contained in:
parent
e491207920
commit
b3d8ed244f
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ build_script:
|
|||
if ($env:Compiler -eq "mingw") {
|
||||
make
|
||||
} else {
|
||||
msbuild /m:4 /p:Configuration=Debug:Config Criterion.sln
|
||||
msbuild /m:4 /p:Configuration=Debug /p:Platform=Win32 Criterion.sln
|
||||
}
|
||||
|
||||
before_deploy:
|
||||
|
|
Loading…
Add table
Reference in a new issue