]> xenbits.xensource.com Git - pvdrivers/win/xencons.git/commit
Handle return codes from MSBuild
authorOwen Smith <owen.smith@citrix.com>
Tue, 10 Mar 2020 10:47:03 +0000 (10:47 +0000)
committerPaul Durrant <paul@xen.org>
Tue, 10 Mar 2020 15:38:48 +0000 (15:38 +0000)
commit5fc71e42ee12afe3edf7c2607a8c50cad31154f8
treed7f35078c62396719beb7b0f80a0ac59efc341a5
parent6a0a5d022aa547937725143eb5979a11faf91dbc
Handle return codes from MSBuild

If MSBuild fails, it returns a non-zero return value. Forward this
failure to the calling scripts to fail earlier.

Signed-off-by: Owen Smith <owen.smith@citrix.com>
build.ps1
msbuild.ps1