PipelineStep.DependsOnSteps 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 or initializes the list of step names that this step depends on.
public System.Collections.Generic.List<string> DependsOnSteps { get; init; }
member this.DependsOnSteps : System.Collections.Generic.List<string> with get, set
Public Property DependsOnSteps As List(Of String)