mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
Testing different loop condition
This commit is contained in:
parent
e3eae5b07e
commit
9af2bcb3a6
2
dist/platforms/windows/build.ps1
vendored
2
dist/platforms/windows/build.ps1
vendored
@ -161,7 +161,7 @@ $process = Start-Process -FilePath "$Env:UNITY_PATH\Editor\Unity.exe" `
|
|||||||
-PassThru `
|
-PassThru `
|
||||||
-NoNewWindow
|
-NoNewWindow
|
||||||
|
|
||||||
while (!$process.HasExited) {
|
while ($true) {
|
||||||
if ($process.HasExited) {
|
if ($process.HasExited) {
|
||||||
Start-Sleep -Seconds 5
|
Start-Sleep -Seconds 5
|
||||||
Get-Process
|
Get-Process
|
||||||
|
Loading…
Reference in New Issue
Block a user