Summary
Gets the local path on the agent where all folders for a given build definition are created.
- Namespace
- Cake
.Common .Build .AzurePipelines .Data - Containing Type
- Azure
Pipelines Agent Info
Syntax
public FilePath BuildDirectory { get; }
Examples
c:\agent\_work\1
.Value
Type | Description |
---|---|
FilePath | The local path on the agent where all folders for a given build definition are created. |