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