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
Manager for publishing ClickOnce applications from Cake scripts
- Assembly
- Cake
.ClickTwice .dll - Namespace
- Cake
.ClickTwice - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ClickTwiceManager"]
class Type type-node
Syntax
public class ClickTwiceManager
Methods
Name | Value | Summary |
---|---|---|
GenerateManifest |
void |
Generates an app manifest without publishing the whole application
|
PublishTo |
void |
Publishes the app to the given directory using the current settings
|
To |
void |
Publishes the app to the given directory using the current settings
|
Extension Methods
Name | Value | Summary |
---|---|---|
CleanAfterBuild |
ClickTwiceManager |
Enables cleaning the output directory after a complete build
Requires the Cake.ClickTwice addin
|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
ForceRebuild |
ClickTwiceManager |
Enables forcing a rebuild of the application, even if a build is up-to-date
Requires the Cake.ClickTwice addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
LogTo |
ClickTwiceManager |
Adds a new
ClickTwice.Publisher.Core.Loggers.IPublishLogger to the Loggers collection
Requires the Cake.ClickTwice addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
SetBuildPlatform |
ClickTwiceManager |
Sets the build platform to use when invoking MSBuild
Requires the Cake.ClickTwice addin
|
SetConfiguration |
ClickTwiceManager |
Sets the build configuration to use when invoking MSBuild
Requires the Cake.ClickTwice addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
Throw |
ClickTwiceManager |
Enables aborting the build if an input handlers fails with an error
Requires the Cake.ClickTwice addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|
WithHandler |
ClickTwiceManager |
Adds an input or output handler to the build pipeline
Requires the Cake.ClickTwice addin
|
WithHandlers |
ClickTwiceManager |
Adds multiple input or output handlers to the build pipeline
Requires the Cake.ClickTwice addin
|
WithVersion |
ClickTwiceManager |
Manually sets the publish version to the provided value
Requires the Cake.ClickTwice addin
|