]> xenbits.xensource.com Git - pvdrivers/win/xeniface.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:29 +0000 (15:38 +0000)
commit059c1643987679ed1d6306a01b4cda38beaca4a5
treed0ccc31a0b4f51b55a72c10e2ce0672347ac54e1
parentf65229978706c371d58a34bd12379a0b2cd04688
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