Skip to content
Docs Try Aspire
Docs Try

PipelineStep.dependsOn

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

Signature

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

Defined on

This method is defined on the following type: