Debugging
parent
10c4e7fdc4
commit
c59b213139
File diff suppressed because one or more lines are too long
|
@ -172,7 +172,7 @@ while (!$process.HasExited) {
|
||||||
# Display results
|
# Display results
|
||||||
if ($process.ExitCode -eq 0)
|
if ($process.ExitCode -eq 0)
|
||||||
{
|
{
|
||||||
Write-Output "Build Succeeded!"
|
Write-Output "Build Succeeded!!"
|
||||||
} else
|
} else
|
||||||
{
|
{
|
||||||
Write-Output "$('Build failed, with exit code ')$($process.ExitCode)$('"')"
|
Write-Output "$('Build failed, with exit code ')$($process.ExitCode)$('"')"
|
||||||
|
|
Loading…
Reference in New Issue