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