]> xenbits.xensource.com Git - pvdrivers/win/xenvif.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:37:38 +0000 (15:37 +0000)
commit2ff3d8163932a27e32a4bb1e9708e6a53aa0ed33
treedd10f55e29860837b980703c65ae5650f08b7ebb
parent2cc6693c651229dbffdf6e29477217bce08b463e
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