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
Syntax
public static DeploymentChangeSummary DeployWebsite(this ICakeContext context, DeploySettings settings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The cake context. |
settings |
DeploySettings |
The deployment settings. |
Return Value
Type |
Description |
DeploymentChangeSummary |
The Microsoft.Web.Deployment.DeploymentChangeSummary that was applied during the deployment. |