Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

withPipelineConfiguration

Method
📦 Aspire.Hosting v13.5.4
interface ContainerResource {
// ... omitted for brevity
withPipelineConfiguration(callback: callback): IResource;
}

Signature

methodwithPipelineConfigurationbuilder
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

Applies to

This method applies to the following types: