mirror of
https://github.com/servo/servo.git
synced 2025-06-28 19:13:41 +01:00
Don't run msbuild if packaging failed
This commit is contained in:
parent
92bddf081d
commit
67f59f5cae
1 changed files with 1 additions and 1 deletions
|
@ -699,7 +699,7 @@ class MachCommands(CommandBase):
|
||||||
status = 1
|
status = 1
|
||||||
|
|
||||||
# UWP build hololens
|
# UWP build hololens
|
||||||
if uwp:
|
if uwp and status == 0:
|
||||||
build_uwp_hololens(target_triple, dev, msbuildinstalldir)
|
build_uwp_hololens(target_triple, dev, msbuildinstalldir)
|
||||||
|
|
||||||
elif sys.platform == "darwin":
|
elif sys.platform == "darwin":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue