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