Namespaces

Types in Fake

Type BuildServerHelper

Namespace Fake

Properties

Public properties

BuildServer buildServer get;

Determines the current BuildVersion and if it is a local build

string buildVersion get;

Determines the current BuildVersion and if it is a local build

string ccBuildLabel get;

CruiseControl.NET Build label

bool isLocalBuild get;

Determines if the current build is a local build.

string jenkinsBuildNumber get;

Build number retrieved from Jenkins

string localBuildLabel get;

A constant for local builds

string tcBuildNumber get;

Build number retrieved from TeamCity

bool verbose get; set;

Trace verbose output

string xmlOutputFile get; set;

Definces the XML output file Used for BuildServers like CruiseControl.NET