Summary
Gets the name of the shelveset you are building, if you are running a gated build or a shelveset build.
- Namespace
- Cake
.Common .Build .AzurePipelines .Data - Containing Type
- Azure
Pipelines Repository Info
Syntax
public string Shelveset { get; }
Remarks
Defined only if your repository is Team Foundation Version Control.
Value
Type | Description |
---|---|
string | The shelveset name. |