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

OBSOLETE

please use nuget 'Fake.BuildServer.TeamCity', open Fake.BuildServer and use TeamCity.Environment.ChangedFiles instead

TeamCityChangedFiles

Get files changed between builds in TeamCity

Nested types and modules

TypeDescription
FileChange

Describe a change between builds

ModificationType

The type of change that occured

Functions and values

Function or valueDescription
get()
Signature: unit -> FileChange list option

Changed files (since previous build) that are included in this build See the documentation for more information