Skip to content
Docs Try Aspire

PipelineStep.dependsOn

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

Signature

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

Defined on

This method is defined on the following type: