Skip to content
DocsTry Aspire
DocsTry

PipelineStep.requiredBy

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

Signature

methodrequiredBy
Specifies that this step is required by another step. This creates the inverse relationship where the other step will depend on this step.
requiredBy(stepName: string): void
stepNamestring

Defined on

This method is defined on the following type: