Summary
Gets the directory in which output values can be written. Each file
in this directory becomes an output value keyed by its filename.
- Namespace
- Cake
.Common .Build .Rwx .Data - Containing Type
- RwxRuntimeInfo
Syntax
public DirectoryPath ValuesPath { get; }
Value
| Type | Description |
|---|---|
| DirectoryPath |
The path resolved from the RWX_VALUES environment variable, or
null if the variable is not set.
|
