Summary
Gets the local path on the agent where your source code files are downloaded.
- Namespace
- Cake
.Common .Build .AzurePipelines .Data - Containing Type
- Azure
Pipelines Build Info
Syntax
public DirectoryPath SourcesDirectory { get; }
Value
| Type | Description |
|---|---|
| DirectoryPath | The source code directory. |
