Summary
Gets the name of the unresolved ref associated with the commit.
- Namespace
- Cake
.Common .Build .Rwx .Data - Containing Type
- RwxGitInfo
Syntax
public string RefName { get; }
Value
| Type | Description |
|---|---|
| string | The short ref name (for example, the branch or tag name extracted from the full ref path). |
