Summary
Gets the directory into which environment variables can be exported
for downstream tasks. Each file in this directory becomes an
environment variable in tasks that depend on the current one via
use, keyed by filename.
- Namespace
- Cake
.Common .Build .Rwx .Data - Containing Type
- RwxRuntimeInfo
Syntax
public DirectoryPath EnvPath { get; }
Value
| Type | Description |
|---|---|
| DirectoryPath |
The path resolved from the RWX_ENV environment variable, or
null if the variable is not set.
|
