Skip to content

(Windows) Exits with a manual exception when there is an error code in the configure or build.

Peio Rigaux requested to merge fix/5.0_windows_error_handling into release/5.0

This the simplest way to get working error codes without encompassing all CI code in a try/catch... SetErrorAction was not an option because we do not only use Powershell Cmdlets.

Merge request reports