FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

TeamFoundation.BuildReason Type

Defined the supported build reasons that cause the build to run.

Union cases

Union case Description

BatchedCI

Full Usage: BatchedCI

Continuous integration (CI) triggered by a Git push or a TFVC check-in, and the Batch changes was selected.

BuildCompletion

Full Usage: BuildCompletion

The build was started when another build completed.

CheckInShelvset

Full Usage: CheckInShelvset

Gated check-in trigger.

IndividualCI

Full Usage: IndividualCI

Continuous integration (CI) triggered by a Git push or a TFVC check-in.

Manual

Full Usage: Manual

A user manually queued the build.

Other string

Full Usage: Other string

Parameters:
    Item : string

Covers any other cases not included in type.

Item : string

PullRequest

Full Usage: PullRequest

The build was triggered by a Git branch policy that requires a build.

Schedule

Full Usage: Schedule

Scheduled trigger.

ValidateShelveset

Full Usage: ValidateShelveset

A user manually queued the build of a specific TFVC shelveset.