-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inner repo builds should not double pass args #3789
Labels
Comments
Fit and finish item. |
This issue will be fixed in another way in the future: dotnet/arcade#15650 (comment) |
Reopening this issue since it'll be completed with #4249 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The inner repo build command is based on the outer repo build command. Basically arcade is just taking the outer build command, adding a few new args, and then launching the new command. Duplicated args end up using the second value. This leads to some problems and some general awkwardness:
/bl:
doesn't seem to override properly (at least in roslyn builds).T-Shirt Size: Small (probably not critical but ideal)
The text was updated successfully, but these errors were encountered: