-
Notifications
You must be signed in to change notification settings - Fork 136
Remove repo inner build #4249
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
Comments
It would be interesting to explore if we could keep the current DotNetBuild.props as the place that controls how the repo gets built as part of the product (either inside the VMR or as a standalone repo build). I wonder if the VMR's projects, i.e. runtime.proj could import that file directly and then use the calculated CLI args / properties by reading from the |
I'm taking a stab at this |
Uh oh!
There was an error while loading. Please reload this page.
We discussed this in a previous source-build sync meeting. Given that repo publishing doesn't run in the repo outer build anymore when constructing the product, it might be interesting to explore if the outer <--> inner repo build distinction could be eliminated. This would provide at least the following benefits:
DotNetBuildOrchestrator=true
). By triggering the current repo inner build directly from the VMR, those setting could be moved into the VMR orchestrator. This would also make it easier to put all binlogs into the product artifacts/log directory.Cons:
Removing repo inner builds would entail at least the following work items:
The text was updated successfully, but these errors were encountered: