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.ClickTwice.
Summary
Runs the given input handlers on the project at the given path
- Assembly
- Cake
.ClickTwice .dll - Namespace
- Cake
.ClickTwice - Containing Type
- ClickTwiceRunner
Syntax
public void RunInputHandlers(string projectFilePath, params IInputHandler[] inputHandlers)
Parameters
Name | Type | Description |
---|---|---|
projectFilePath | string | Path to the project file |
inputHandlers | IInputHandler[] | A collection of handlers to process |
Return Value
Type | Description |
---|---|
void |