Summary
Gets a value indicating whether build was started by pushed tag.
- Namespace
- Cake
.Common .Build .Bamboo .Data - Containing Type
- Bamboo
Custom Build Info
Syntax
public bool IsCustomBuild { get; }
Value
Type | Description |
---|---|
bool |
true if build was started by pushed tag; otherwise, false .
|