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.Mage.
Summary
Settings for updating a deployment manifest.
- Assembly
- Cake
.Mage .dll - Namespace
- Cake
.Mage - Base Types
graph BT
Type-->Base0["BaseNewAndUpdateDeploymentSettings"]
click Base0 "/api/Cake.Mage/BaseNewAndUpdateDeploymentSettings"
Base0-->Base1["BaseNewAndUpdateMageSettings"]
click Base1 "/api/Cake.Mage/BaseNewAndUpdateMageSettings"
Base1-->Base2["ToolSettings"]
Type["UpdateDeploymentSettings"]
class Type type-node
Syntax
public class UpdateDeploymentSettings : BaseNewAndUpdateDeploymentSettings
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
Update |
Initializes a new instance of the UpdateDeploymentSettings class.
|
Properties
Name | Value | Summary |
---|---|---|
Algorithm | Algorithm |
Gets or sets the algorithm to generate digests.
Inherited from Base
|
AppCodeBaseFilePath | FilePath |
Gets or sets the file path code base of the app manifest to be placed in the
deployment manifest being generated or updated.
Inherited from Base
|
AppCodeBaseUri | Uri |
Gets or sets the URI code base of the app manifest to be placed in the
deployment manifest being generated or updated.
Inherited from Base
|
AppManifest | FilePath |
Gets or sets the local path to an application manifest that is being
referenced from the deployment manifest being generated or updated.
Inherited from Base
|
CertFile | FilePath |
Gets or sets the name of an X509 certificate file with which to sign a
manifest or license file.This option requires the -Password option.
Inherited from Base
|
CertHash | string |
Gets or sets the hash of an X509 certificate in your local cert store.
Inherited from Base
|
FileToUpdate | FilePath |
Gets or sets the file to update.
|
IncludeProviderUrl | bool |
Gets or sets a value indicating whether the deployment manifest will include the deployment
provider URL.
Inherited from Base
|
Install | bool |
Gets or sets a value indicating whether if the application will be an installed or an online only
application. Default is false.
Inherited from Base
|
MinVersion | string |
Gets or sets whether the manifest being generated specifies a minimum version.
Must be of the form "0.0.0.0". Specifying "none" removes this from the manifest.
Inherited from Base
|
Name | string |
Gets or sets the name of the application whose manifest is being
generated or updated.
Inherited from Base
|
Password | string |
Gets or sets the password to use with an X509 certificate when signing
a manifest or license file.
Inherited from Base
|
Processor | Nullable |
Gets or sets the processor architecture of the application whose manifest
is being generated or updated.
Inherited from Base
|
ProviderUrl | Uri |
Gets or sets the provider URL to be use in the deployment manifest being
generated or updated.
Inherited from Base
|
Publisher | string |
Gets or sets the name of the publisher. Names which include spaces should
be enclosed in quotes.
Inherited from Base
|
SupportUrl | Uri |
Gets or sets the support URL for the application.
Inherited from Base
|
TimeStampUri | Uri |
Gets or sets the URI to use for time stamping during signing.
Inherited from Base
|
ToFile | FilePath |
Gets or sets the name of the file to save the output of a sign, new, or
update command.
Inherited from Base
|
Version | string |
Gets or sets the version of the application whose manifest is being
generated or updated.Must be of the form "0.0.0.0".
Inherited from Base
|
WpfBrowserApp | bool |
Gets or sets a value indicating whether the application is a Windows Presentation Foundation Browser Application or not.
Inherited from Base
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator 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
|
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
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|