AzurePipelinesAgentInfo.

HomeDirectory Property

Summary

Gets the directory the agent is installed into. This contains the agent software.

Syntax

public DirectoryPath HomeDirectory { get; }

Examples

c:\agent\.

Remarks

If you are using a self-hosted agent, this directory is specified by you.

Value

Type Description
DirectoryPath The directory the agent is installed into.