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.WebDeploy.
Summary
Deploys the content of a website
- Assembly
- Cake
.WebDeploy .dll - Namespace
- Cake
.WebDeploy - Containing Type
- WebDeployManager
Syntax
public DeploymentChangeSummary Deploy(DeploySettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | DeploySettings | The deployment settings. |
Return Value
Type | Description |
---|---|
Deployment |
The Microsoft.Web.Deployment.DeploymentChangeSummary that was applied during the deployment. |