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