SquirrelRunner.

Run(FilePath, SquirrelSettings) Method

Summary

Executes Squirrel with the specificed parameters.
Assembly
Cake.Squirrel.dll
Namespace
Cake.Squirrel
Containing Type
SquirrelRunner

Syntax

public void Run(FilePath nugetPackage, SquirrelSettings settings)

Parameters

Name Type Description
nugetPackage FilePath The nuget package.
settings SquirrelSettings The settings.

Return Value

Type Description
void