-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Allow IBuildEngine Extension Point #6183
Copy link
Copy link
Closed
Labels
Area: EngineIssues impacting the core execution of targets and tasks.Issues impacting the core execution of targets and tasks.needs-designRequires discussion with the dev team before attempting a fix.Requires discussion with the dev team before attempting a fix.triaged
Description
Activity
Metadata
Metadata
Assignees
Labels
Area: EngineIssues impacting the core execution of targets and tasks.Issues impacting the core execution of targets and tasks.needs-designRequires discussion with the dev team before attempting a fix.Requires discussion with the dev team before attempting a fix.triaged
Issue tracking discussion that started here: #6174 (comment)
Issue Description
Adding new information the task can access from the build engine is cumbersome. Current process:
Potential Path Forward
Dictionary<string, object>where object is serializable.EngineServices.