Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

FileChange

Describe a change between builds

Record Fields

Record FieldDescription
FilePath
Signature: string

Path of the file that changed, relative to the current checkout directory (TemaCity.Environment.CheckoutDirectory)

ModificationType
Signature: FileChangeType

Type of modification for the file

Revision
Signature: 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