This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Path.
Summary
Reloads an in process path.
- Assembly
- Cake
.Path .dll - Namespace
- Cake
.Path - Containing Type
- PathAliases
Syntax
public static void ReloadPath(this ICakeContext context)
Examples
Task("ReloadPath")
.Does(() =>
{
ReloadPath();
});
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
Return Value
Type | Description |
---|---|
void |