Summary
Gets a value indicating whether the current build is running on Continua CI.
- Namespace
- Cake
.Common .Build .ContinuaCI - Containing Type
- ContinuaCIProvider
Syntax
public bool IsRunningOnContinuaCI { get; }
Value
Type | Description |
---|---|
bool |
true if the current build is running on Continua CI; otherwise, false .
|