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 FilePath ToolsDirectory { get; }

Remarks

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

Value

Type Description
FilePath The task directory.