Add feature - win_package - allow non-zero return codes - Issue #20408 (#20410)

This commit is contained in:
JimFicarra 2017-01-26 19:32:49 -05:00 committed by Matt Davis
commit 2a27176d7c
2 changed files with 27 additions and 0 deletions

View file

@ -850,6 +850,7 @@ function Set-TargetResource
if($process)
{
$exitCode = $process.ExitCode
Set-Attr -obj $result -name "exit_code" -value $exitCode
}
}
}