Summary
Gets a value indicating whether the current build is continuous integration.
- Namespace
- Cake
.Common .Build .Rwx .Data - Containing Type
- RwxEnvironmentInfo
Syntax
public bool CI { get; }
Value
| Type | Description |
|---|---|
| bool |
true if ci; otherwise, false.
|
