mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-31 14:39:53 +01:00
remove debug output
This commit is contained in:
parent
7a199d5545
commit
d8a0eec15e
@ -136,7 +136,6 @@ function Set-Environment
|
||||
$Command = "$($vsdir)..\..\VC\vcvarsall.bat"
|
||||
}
|
||||
$tempFile = [IO.Path]::GetTempFileName()
|
||||
Write-Host "Command: $Command $CommandArg"
|
||||
cmd /c " `"$Command`" $CommandArg && set > `"$tempFile`" "
|
||||
Get-Content $tempFile | Foreach-Object {
|
||||
if($_ -match "^(.*?)=(.*)$")
|
||||
|
Loading…
x
Reference in New Issue
Block a user