Cake.MsDeploy

Cake Addin that extends Cake for executing commands with the MsDeploy.exe command line interface (cli)

#addin nuget:?package=Cake.MsDeploy&version=4.0.0

dotnet add package Cake.MsDeploy --version 4.0.0

<PackageReference Include="Cake.MsDeploy" Version="4.0.0" />

Aliases

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

General

MsDeploy(MsDeploySettings) Executes an MsDeploy operation for the given source, destination (optional), and operation settings.