Skip to content
Docs Try Aspire
Docs Try

PipelineStep.requiredBy

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

Signature

method requiredBy
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
stepName string

Defined on

This method is defined on the following type: