Windows: make.ps1 Throw exception on failure
Signed-off-by: John Howard <jhoward@microsoft.com>
(cherry picked from commit 8c22a00b77
)
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
0f2364f73c
commit
540758ee99
1 changed files with 2 additions and 0 deletions
|
@ -394,6 +394,8 @@ Catch [Exception] {
|
|||
Write-Host -ForegroundColor Red " \___ / (____ /__`|____/\___ `>____ `| "
|
||||
Write-Host -ForegroundColor Red " \/ \/ \/ \/ "
|
||||
Write-Host
|
||||
|
||||
Throw $_
|
||||
}
|
||||
Finally {
|
||||
if ($global:pushed) { Pop-Location }
|
||||
|
|
Loading…
Reference in a new issue