You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Some args seem to ocassionally cause problems when passed twice. /bl: doesn't seem to override properly (at least in roslyn builds).
It can be difficult to glance at a c
697C
ommand line and identify what is going on.
T-Shirt Size: Small (probably not critical but ideal)