SquirrelRunner.

Run(FilePath, SquirrelSettings, ProcessSettings) 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, ProcessSettings processSettings)

Parameters

Name Type Description
nugetPackage FilePath The nuget package.
settings SquirrelSettings The settings.
processSettings ProcessSettings The process settings.

Return Value

Type Description
void