ContinuousIntegrationTrigger.BatchChanges 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 whether changes should be batched while another CI pipeline is running.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public bool BatchChanges { get; set; }
member this.BatchChanges : bool with get, set
Public Property BatchChanges As Boolean
Property Value
- Attributes
Remarks
If this is true, then changes submitted while a CI pipeline is running will be batched and built in one new CI pipeline when the current pipeline finishes. If this is false, then a new CI pipeline will be triggered for each change to the repository.