AzurePipelinesAgentInfo.

ToolsDirectory Property

Summary

Gets the directory used by tasks such as Node Tool Installer and Use Python Version to switch between multiple versions of a tool.

Syntax

public DirectoryPath ToolsDirectory { get; }

Remarks

These tasks will add tools from this directory to PATH so that subsequent build steps can use them.

Value

Type Description
DirectoryPath The task directory.