mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
Output to console
This commit is contained in:
parent
6f16f5ff8a
commit
10c4e7fdc4
3
dist/platforms/windows/build.ps1
vendored
3
dist/platforms/windows/build.ps1
vendored
@ -158,7 +158,8 @@ $unityArgs = $unityArgs | Where-Object { $_ -ne $null }
|
||||
|
||||
$process = Start-Process -FilePath "C:\Program Files\Unity\Hub\Editor\$Env:UNITY_VERSION\Editor\Unity.exe" `
|
||||
-ArgumentList $unityArgs `
|
||||
-PassThru
|
||||
-PassThru `
|
||||
-NoNewWindow
|
||||
|
||||
while (!$process.HasExited) {
|
||||
if ($process.HasExited) {
|
||||
|
Loading…
Reference in New Issue
Block a user