This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Squirrel.
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 |