Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

BuildServerHelper

Contains functions which allow build scripts to interact with a build server.

Nested types and modules

TypeDescription
BuildServer

The server type option.

TraceMode

The trace mode option.

Functions and values

Function or valueDescription
buildServer
Signature: BuildServer

The current build server

buildVersion
Signature: string

The current build version as detected from the current build server.

isLocalBuild
Signature: bool

Is true when the current build is a local build.

verbose
Signature: bool

Defines if FAKE will use verbose tracing. This flag can be specified by setting the verbose build parameter.

xmlOutputFile
Signature: string

Defines the XML output file - used for build servers like CruiseControl.NET. This output file can be specified by using the logfile build parameter.