Sdílet prostřednictvím


IDistributedApplicationBuilder.Pipeline Property

Definition

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.

Applies to