Edit

Share via


Build.Plans Property

Definition

The list of Orchestration plans associated with the build.

public System.Collections.Generic.List<Microsoft.TeamFoundation.Build.WebApi.TaskOrchestrationPlanReference> Plans { get; set; }
member this.Plans : System.Collections.Generic.List<Microsoft.TeamFoundation.Build.WebApi.TaskOrchestrationPlanReference> with get, set
Public Property Plans As List(Of TaskOrchestrationPlanReference)

Property Value

Remarks

The build may have plans in addition to the main plan. For example, the cleanup job may have an orchestration plan associated with it.

Applies to