Fix build.cmd return codes
authorMatt Mitchell <mmitche@microsoft.com>
Thu, 5 Feb 2015 16:51:03 +0000 (08:51 -0800)
committerMatt Mitchell <mmitche@microsoft.com>
Thu, 5 Feb 2015 21:24:07 +0000 (13:24 -0800)
commit8e0d0b948baae7f126fbaa8e2f967119dcd8f801
treece0f2e284e0acdbf1fadab26209a9a1eff44cdfb
parentef73ad81550c31ebeba9fa8a64a4ce4a4e6844f7
Fix build.cmd return codes

Build script was accidentally wiping the return code of the first msbuild step, causing us to continue building even in failure.  Fix this and do a little extra cleanup.
build.cmd