Summary
Gets a value indicating whether the current build is running on TeamCity.
- Namespace
- Cake
.Common .Build .TeamCity - Containing Type
- ITeamCityProvider
Syntax
bool IsRunningOnTeamCity { get; }
Value
Type | Description |
---|---|
bool |
true if the current build is running on TeamCity; otherwise, false .
|