Summary
Gets the path of the temporary directory for the runner.
- Namespace
- Cake
.Common .Build .GitHubActions .Data - Containing Type
- Git
Hub Actions Runner Info
Syntax
public DirectoryPath Temp { get; }
Value
Type | Description |
---|---|
DirectoryPath | The path of the temporary directory for the runner. This directory is guaranteed to be empty at the start of each job, even on self-hosted runners. |