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.MsDeploy.
Summary
Contains functionality for working with the MsDeploy.exe (Web Deploy) command line interface (cli).
MsDeploy v3.6 will already have to be installed on the machine the Cake Script is being executed on.
See also https://www.microsoft.com/en-us/download/details.aspx?id=43717- Assembly
- Cake
.MsDeploy .dll - Namespace
- Cake
.MsDeploy - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["MsDeployAliases"]
class Type type-node
Syntax
public static class MsDeployAliases
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
|
Cake |
|
Cake |
|
Cake |
|
Cake |
|
Cake |
|
Cake |
Methods
Name | Value | Summary |
---|---|---|
MsDeploy |
void |
Executes an MsDeploy operation for the given source, destination (optional), and operation settings.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|