-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Description
By default cross sub-repository dependencies are resolved live. The existing contracts (nuget feeds) will be removed. Mixed build configurations between the sub-repositories will be supported, e.g. to consume a Release build of CoreClr from within libraries.
Goals
- Mixed build configurations are supported.
- Arcade extension points for publishing and signing are converged:
Signing.props
andPublishing.props
. - The NETCoreApp shared framework is produced from the live built assets from CoreFx, CoreClr and Core-Setup.
Open PRs:
cc @dotnet/runtime-infrastructure