Skip to content

Commit

Permalink
Update common Docker engineering infrastructure with latest (#2112)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-docker-bot authored Jul 22, 2020
1 parent 37c79df commit 63d1a3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/common/Invoke-ImageBuilder.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ function Exec {
Log "Executing: '$Cmd'"
Invoke-Expression $Cmd
if ($LASTEXITCODE -ne 0) {
$host.SetShouldExit($LASTEXITCODE)
exit $LASTEXITCODE
throw "Failed: '$Cmd'"
}
}
Expand Down

0 comments on commit 63d1a3a

Please sign in to comment.