TeamCityProvider.

IsRunningOnTeamCity Property

Summary

Gets a value indicating whether the current build is running on TeamCity.
Namespace
Cake.Common.Build.TeamCity
Containing Type
TeamCityProvider

Syntax

public bool IsRunningOnTeamCity { get; }

Value

Type Description
bool true if the current build is running on TeamCity; otherwise, false.