Summary
Gets a value indicating whether the release is a pre-release.
- Namespace
- Cake
.Common .Build .WoodpeckerCI .Data - Containing Type
- Woodpecker
C I Commit Info
Syntax
public bool PreRelease { get; }
Value
Type | Description |
---|---|
bool |
true if the release is a pre-release; otherwise, false .
|