ClickTwiceRunner.

RunOutputHandlers(string, IOutputHandler[]) Method

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