IDistributedApplicationPipeline.addStep
Method
interface IDistributedApplicationPipeline { // ... omitted for brevity addStep(stepName: string, callback: (arg: PipelineStepContext) => Promise<void>, dependsOn?: string[], requiredBy?: string[]): void;}Signature
method
addStep Adds an application-level pipeline step in a TypeScript-friendly shape.
addStep(stepName: string, callback: (arg: PipelineStepContext) => Promise<void>, dependsOn?: string[], requiredBy?: string[]): voidParameters
stepName string callback (arg: PipelineStepContext) => Promise<void> dependsOn string[] optional requiredBy string[] optional Defined on
This method is defined on the following type: