Summary
Prepends a directory to the system PATH variable and automatically makes it available to all subsequent actions in the current job.
- Namespace
- Cake
.Common .Build .GitHubActions .Commands - Containing Type
- Git
Hub Actions Commands
Syntax
public void AddPath(DirectoryPath path)
Parameters
Name | Type | Description |
---|---|---|
path | DirectoryPath | The directory path. |
Return Value
Type | Description |
---|---|
void |