Edit

Share via


BuildReason Enum

Definition

[System.Runtime.Serialization.DataContract]
public enum BuildReason
type BuildReason = 
Public Enum BuildReason
Inheritance
BuildReason
Attributes

Fields

All 1007

All reasons.

BatchedCI 4

The build was started for the trigger TriggerType.BatchedContinuousIntegration.

BuildCompletion 512

The build was started when another build completed.

CheckInShelveset 128

The build was started for the trigger ContinuousIntegrationType.Gated.

IndividualCI 2

The build was started for the trigger TriggerType.ContinuousIntegration.

Manual 1

The build was started manually.

None 0

No reason. This value should not be used.

PullRequest 256

The build was started by a pull request. Added in resource version 3.

Schedule 8

The build was started for the trigger TriggerType.Schedule.

Triggered 943

The build was triggered for retention policy purposes.

UserCreated 32

The build was created by a user.

ValidateShelveset 64

The build was started manually for private validation.

Applies to