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