Summary
Gets the branch or tag name for which project is built.
- Namespace
- Cake
.Common .Build .GitLabCI .Data - Containing Type
- GitLabCIBuildInfo
Syntax
public string RefName { get; }
Value
Type | Description |
---|---|
string | The branch or tag for this build. |