mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-22 02:19:50 +01:00
Set useenv parameters to noenv
This commit is contained in:
parent
de0f4e58b5
commit
0268de2aad
@ -388,7 +388,7 @@ build_script:
|
||||
$verbosity='minimal';
|
||||
|
||||
$process = Start-Process -PassThru -nnw -Wait -FilePath "$env:poco_base\buildwin.cmd" -RSO cout -RSE cerr `
|
||||
-EA Stop -Args "$env:vsver build $env:linkmode $env:configuration $env:platform samples tests msbuild $verbosity $logger";
|
||||
-EA Stop -Args "$env:vsver build $env:linkmode $env:configuration $env:platform samples tests msbuild env $verbosity $logger";
|
||||
gc cout; gc cerr;
|
||||
Write-Host -ForegroundColor Yellow '>>> current directory is ' $(get-location).Path;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user