Skip to content
Docs Try Aspire
Docs Try

PipelineConfigurationContext.getSteps

Method
📦 Aspire.Hosting v13.4.0
interface PipelineConfigurationContext {
// ... omitted for brevity
getSteps(tag: string): PipelineStep[];
}

Signature

method getSteps
Gets all pipeline steps with the specified tag.
getSteps(tag: string): PipelineStep[]
tag string
PipelineStep[]

Defined on

This method is defined on the following type: