LibManCleanAliases.

LibManClean(ICakeContext) Method

Summary

Deletes library files previously restored via LibMan in the current working directory. Folders that become empty after this operation are deleted.
Assembly
Cake.LibMan.dll
Namespace
Cake.LibMan
Containing Type
LibManCleanAliases

Syntax

public static void LibManClean(this ICakeContext context)

Examples

LibManClean();

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.

Return Value

Type Description
void