]> xenbits.xensource.com Git - pvdrivers/win/xennet.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:08 +0000 (15:38 +0000)
commitb85ae4370519ba9c7791143545eac5d9623cbbc7
tree5eed687a1319bf2fd7b20c74cd69349295fc02f9
parent25bd7cad470117e03d95b9f34f4c0a6298040f4d
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