Summary
Gets the directory the agent is installed into. This contains the agent software.
- Namespace
- Cake
.Common .Build .AzurePipelines .Data - Containing Type
- Azure
Pipelines Agent Info
Syntax
public FilePath HomeDirectory { get; }
Examples
c:\agent\.Remarks
If you are using a self-hosted agent, this directory is specified by you.
Value
| Type | Description |
|---|---|
| FilePath | The directory the agent is installed into. |
