PipelineConfigurationContext.Steps 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 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)