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