PullRequestTrigger.AutoCancel 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.
Indicates if an update to a PR should delete current in-progress builds.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="AutoCancel")]
public Nullable<bool> AutoCancel { get; set; }
member this.AutoCancel : Nullable<bool> with get, set
Public Property AutoCancel As Nullable(Of Boolean)
Property Value
- Attributes