Summary
Gets the directory into which artifacts can be uploaded. Files copied
into this directory are captured as artifacts of the current task.
- Namespace
- Cake
.Common .Build .Rwx .Data - Containing Type
- RwxRuntimeInfo
Syntax
public DirectoryPath ArtifactsPath { get; }
Value
| Type | Description |
|---|---|
| DirectoryPath |
The path resolved from the RWX_ARTIFACTS environment variable, or
null if the variable is not set.
|
