]> xenbits.xensource.com Git - pvdrivers/win/xenhid.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:39:09 +0000 (15:39 +0000)
commitc52fc452145642c931cdc4d9ba07d68f43877024
treea739b4a6894d0ddb48b5da486201bef153a54bfd
parentf937fb1f70da8b86a40ba0878354d4de77d98ac4
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