Skip to content
DocsTry Aspire
DocsTry

PipelineStep.dependsOn

Method
📦 Aspire.Hosting v13.4.0
interface PipelineStep {
// ... omitted for brevity
dependsOn(stepName: string): void;
}

Signature

methoddependsOn
Adds a dependency on another step.
dependsOn(stepName: string): void
stepNamestring

Defined on

This method is defined on the following type: