Skip to content

Investigate awkwardness around aspnetcore's repo tasks #3807

@mmitche

Description

@mmitche

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

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions