Summary
Gets or sets the directory to use for output files. If
not specified, defaults to the current directory.
- Namespace
- Cake
.Common .Tools .NUnit - Containing Type
- NUnit3Settings
Syntax
public DirectoryPath Work { get; set; }
Value
| Type | Description |
|---|---|
| DirectoryPath | PATH of the directory. |
