Skip to content
Docs Try Aspire
Docs Try

IResource.withPipelineConfiguration

Method
📦 Aspire.Hosting v13.4.0
interface IResource {
// ... omitted for brevity
withPipelineConfiguration(callback: (obj: PipelineConfigurationContext) => Promise<void>): IResource;
}

Signature

method withPipelineConfiguration builder
Registers a callback to be executed during the pipeline configuration phase, allowing modification of step dependencies and relationships.
withPipelineConfiguration(callback: (obj: PipelineConfigurationContext) => Promise<void>): IResource
callback (obj: PipelineConfigurationContext) => Promise<void>
IResource

Defined on

This method is defined on the following type: