MsDeployAliases Class

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
CakeAliasCategoryAttribute
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute
CakeNamespaceImportAttribute
CakeNamespaceImportAttribute
CakeNamespaceImportAttribute
CakeNamespaceImportAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
MsDeploy(ICakeContext, MsDeploySettings) void
Executes an MsDeploy operation for the given source, destination (optional), and operation settings.
static

Extension Methods

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