PathAliases.

ReloadPath(ICakeContext) Method

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
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.

Return Value

Type Description
void