Don't run msbuild if packaging failed

This commit is contained in:
Manish Goregaokar 2019-09-04 13:25:13 -07:00
parent 92bddf081d
commit 67f59f5cae

View file

@ -699,7 +699,7 @@ class MachCommands(CommandBase):
status = 1
# UWP build hololens
if uwp:
if uwp and status == 0:
build_uwp_hololens(target_triple, dev, msbuildinstalldir)
elif sys.platform == "darwin":