AzurePipelinesAgentInfo.

HomeDirectory Property

Summary

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

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.