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
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 |
Action for configuring template package settings |
Return Value
| Type | Description |
|---|---|
| Cake |
