SetEnvTask.

Path Property

Summary

The value for a PATH like environment variable. You can use : or ; as path separators and NAnt will convert it to the platform's local conventions.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
SetEnvTask

Syntax

[TaskAttribute("path")]
public PathSet Path { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
PathSet