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 a pipeline step to the application
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: