mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Debugging
This commit is contained in:
parent
10c4e7fdc4
commit
c59b213139
BIN
dist/index.js.map
generated
vendored
BIN
dist/index.js.map
generated
vendored
Binary file not shown.
2
dist/platforms/windows/build.ps1
vendored
2
dist/platforms/windows/build.ps1
vendored
@ -172,7 +172,7 @@ while (!$process.HasExited) {
|
||||
# Display results
|
||||
if ($process.ExitCode -eq 0)
|
||||
{
|
||||
Write-Output "Build Succeeded!"
|
||||
Write-Output "Build Succeeded!!"
|
||||
} else
|
||||
{
|
||||
Write-Output "$('Build failed, with exit code ')$($process.ExitCode)$('"')"
|
||||
|
Loading…
Reference in New Issue
Block a user