WebDeployManager.

Deploy(DeploySettings) Method

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
DeploymentChangeSummary The Microsoft.Web.Deployment.DeploymentChangeSummary that was applied during the deployment.