You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove OutputService from PipelineContext and resolve from DI
- Register IPipelineOutputService in DI container with PipelineOptions
- Remove OutputService property from PipelineContext and PipelineStepContext
- Remove outputPath parameter from PipelineContext constructor
- Update all consumers to resolve IPipelineOutputService from Services
- AzureEnvironmentResource
- PublishingContextUtils
- JsonDocumentManifestPublisher test helper
- Remove IOptions<PipelineOptions> dependency from PipelineExecutor
- Steps now explicitly resolve IPipelineOutputService when needed
Co-authored-by: davidfowl <[email protected]>
0 commit comments