-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Area: Static GraphIssues with -graph, -isolate, and the related APIs.Issues with -graph, -isolate, and the related APIs.triaged
Description
Several build processes (repos, SDKs, and NuGet packages) have a pattern where they want to do a thing "once per build"--maybe set up versioning, or run some code generator, or something.
Ideally it would be easy to express this in a -graph -isolate compatible way by creating an item something like
<MSBuildGraphEdge Include="my/weird/project.proj"
Targets="This;List;Overrides"
Properties="Foo=Bar;" />This would be a totally new edge, ignoring target propagation.
AArnott
Metadata
Metadata
Assignees
Labels
Area: Static GraphIssues with -graph, -isolate, and the related APIs.Issues with -graph, -isolate, and the related APIs.triaged