mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-15 06:35:25 +02:00
Protect spaced path
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
94b2b7d907
commit
896341d7a4
@ -200,7 +200,7 @@ build_script:
|
||||
- ps: |
|
||||
if ($env:builder -eq "msbuild")
|
||||
{
|
||||
$logger='C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll';
|
||||
$logger='"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"';
|
||||
$verbosity='minimal';
|
||||
|
||||
$process = Start-Process -PassThru -NoNewWindow -Wait -FilePath "$env:poco_base\buildwin.cmd" -RSO cout -RSE cerr `
|
||||
|
Loading…
x
Reference in New Issue
Block a user