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, string packageId, string version, string author, string description = null)
Parameters
Name | Type | Description |
---|---|---|
templateDirectory | DirectoryPath | Path to the tempalte directory |
packageId | string | Id of the package to generate |
version | string | Version of the generated package |
author | string | Author of the generated package |
description | string | Optional description of the generated package |
Return Value
Type | Description |
---|---|
Cake |