Share via


PipelineConfigurationContext.Steps Property

Definition

Gets the list of pipeline steps collected during the first pass.

public System.Collections.Generic.IReadOnlyList<Aspire.Hosting.Pipelines.PipelineStep> Steps { get; init; }
member this.Steps : System.Collections.Generic.IReadOnlyList<Aspire.Hosting.Pipelines.PipelineStep> with get, set
Public Property Steps As IReadOnlyList(Of PipelineStep)

Property Value

Applies to