Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upmach package assumes release if --dev is not specified #20730
Projects
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This means that if you do a debug build and then try to run package without adding the
--devflag, you get a confusing error about missing files (unless you have a preexisting release build, which probably silently gets packaged instead!). We should have mach package error out if there's no flag specified or it can't guess, just like the regular./mach buildlogic.