ClickTwiceAliases Class

Summary

Aliases for publishing ClickOnce apps using the ClickTwice toolchain
Assembly
Cake.ClickTwice.dll
Namespace
Cake.ClickTwice
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["ClickTwiceAliases"] class Type type-node

Syntax

public static class ClickTwiceAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute
CakeNamespaceImportAttribute
CakeNamespaceImportAttribute
CakeNamespaceImportAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
AppInfo(ICakeContext, FilePath) AppInfoManager
Dedicated alias for working with `app.info` files in a project
static
ClickTwice(ICakeContext) ClickTwiceRunner
Property alias for working with the individual stages in a publish operation independently. Used in the "split form" of publishing
static
PublishApp(ICakeContext, FilePath) ClickTwiceManager
Prepares a publish of the given project
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin