-
Notifications
You must be signed in to change notification settings - Fork 137
Closed
dotnet/dotnet
#176Labels
Cost:SWork that requires one engineer up to 1 weekWork that requires one engineer up to 1 weekarea-unified-build
Description
ASPNetCore builds a set of repo tasks as part of a pre-build script. The source-build infra inner build re-invokes the outer-build msbuild command with some extra args on the inner repo clone. This does not implicitly rebuild the repo tasks.
This is pretty awkward because it means that the source-build infra must be customized for aspnetcore in SourceBuild.props. It must first invoke a script that rebuilds the repo tasks before continuing with the build.
Are there better options? Why not just use standard project refs?
T-Shirt Size: Small (maybe not critical)
Metadata
Metadata
Assignees
Labels
Cost:SWork that requires one engineer up to 1 weekWork that requires one engineer up to 1 weekarea-unified-build
Type
Projects
Status
Done