ClickTwiceRunner.

PublishTemplate(DirectoryPath, Action<TemplatePackageSettings>) Method

Summary

Prepares a directory-based ClickTwice template, using the provided metadata
Assembly
Cake.ClickTwice.dll
Namespace
Cake.ClickTwice
Containing Type
ClickTwiceRunner

Syntax

public CakeTemplatePublisher PublishTemplate(DirectoryPath templateDirectory, Action<TemplatePackageSettings> configure)

Parameters

Name Type Description
templateDirectory DirectoryPath Path to the tempalte directory
configure Action<TemplatePackageSettings> Action for configuring template package settings

Return Value

Type Description
CakeTemplatePublisher