IDistributedApplicationBuilder.Pipeline Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the deployment pipeline for this distributed application.
public Aspire.Hosting.Pipelines.IDistributedApplicationPipeline Pipeline { get; }
member this.Pipeline : Aspire.Hosting.Pipelines.IDistributedApplicationPipeline
Public ReadOnly Property Pipeline As IDistributedApplicationPipeline
Property Value
Remarks
The pipeline allows adding custom deployment steps that execute during the deploy process. Steps can declare dependencies on other steps to control execution order.