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

TeamCity.FileChange Type

Describe a change between builds

Record fields

Record Field Description

FilePath

Full Usage: FilePath

Field type: string

Path of the file that changed, relative to the current checkout directory TeamCity.Environment.CheckoutDirectory

Field type: string

ModificationType

Full Usage: ModificationType

Field type: FileChangeType

Type of modification for the file

Field type: FileChangeType

Revision

Full Usage: Revision

Field type: string option

File revision in the repository. If the file is a part of change list started via the remote run, then the value will be None

Field type: string option