PaketAliases.

PaketRestore(ICakeContext) Method

Summary

Runs paket restore.
Assembly
Cake.Paket.Addin.dll
Namespace
Cake.Paket.Addin
Containing Type
PaketAliases

Syntax

public static void PaketRestore(this ICakeContext context)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Parameters

Name Type Description
context ICakeContext The context.

Return Value

Type Description
void