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 output handlers on the published app at the given path
- Assembly
- Cake
.ClickTwice .dll - Namespace
- Cake
.ClickTwice - Containing Type
- ClickTwiceRunner
Syntax
public void RunOutputHandlers(string publishDirectoryPath, params IOutputHandler[] outputHandlers)
Parameters
Name | Type | Description |
---|---|---|
publishDirectoryPath | string | Path to the published app files |
outputHandlers | IOutputHandler[] | A collection of ClickTwice.Publisher.Core.Handlers.IHandler handlers to process |
Return Value
Type | Description |
---|---|
void |