mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-17 23:23:47 +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: |
|
- ps: |
|
||||||
if ($env:builder -eq "msbuild")
|
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';
|
$verbosity='minimal';
|
||||||
|
|
||||||
$process = Start-Process -PassThru -NoNewWindow -Wait -FilePath "$env:poco_base\buildwin.cmd" -RSO cout -RSE cerr `
|
$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