Share via


DockerfileBuilder.Stages Property

Definition

Gets the stages in this Dockerfile.

public System.Collections.Generic.IReadOnlyList<Aspire.Hosting.ApplicationModel.Docker.DockerfileStage> Stages { get; }
member this.Stages : System.Collections.Generic.IReadOnlyList<Aspire.Hosting.ApplicationModel.Docker.DockerfileStage>
Public ReadOnly Property Stages As IReadOnlyList(Of DockerfileStage)

Property Value

Applies to