-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
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
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.