A Cake AddIn that extends Cake with the ability to add items to the PATH.
#addin nuget:?package=Cake.Path&version=1.4.0
dotnet add package Cake.Path --version 1.4.0
<PackageReference Include="Cake.Path" Version="1.4.0" />
Aliases
Contains functionality for manipulating the path.
General
AddToPath |
Adds a value to the path. |
AddToPath |
Adds a value to the path. |
GetEnvironmentPath |
Gets the environment's path. |
GetEnvironmentPath |
Gets the environment's path. |
ReloadPath |
Reloads an in process path. |
RemoveFromPath |
Removes a value from the path. |
RemoveFromPath |
Removes a value from the path. |