DefinitionTriggerType Enum

Definition

C#
[System.Runtime.Serialization.DataContract]
public enum DefinitionTriggerType
Inheritance
DefinitionTriggerType
Attributes

Fields

Name Value Description
None 1

Manual builds only.

ContinuousIntegration 2

A build should be started for each changeset.

BatchedContinuousIntegration 4

A build should be started for multiple changesets at a time at a specified interval.

Schedule 8

A build should be started on a specified schedule whether or not changesets exist.

GatedCheckIn 16

A validation build should be started for each check-in.

BatchedGatedCheckIn 32

A validation build should be started for each batch of check-ins.

PullRequest 64

A build should be triggered when a GitHub pull request is created or updated. Added in resource version 3

BuildCompletion 128

A build should be triggered when another build completes.

All 255

All types.

Applies to

Ürün Sürümler
Azure DevOps Services .NET SDK preview, latest