DeploySettingsExtensions.

UseSiteName(DeploySettings, string) Method

Summary

Sets the name of the website to publish
Assembly
Cake.WebDeploy.dll
Namespace
Cake.WebDeploy
Containing Type
DeploySettingsExtensions

Syntax

public static DeploySettings UseSiteName(this DeploySettings settings, string name)

Parameters

Name Type Description
settings DeploySettings The publish settings.
name string The name of the website to publish

Return Value

Type Description
DeploySettings The same DeploySettings instance so that multiple calls can be chained.