DeploySettingsExtensions.

ToDestinationPath(DeploySettings, string) Method

Summary

Sets the destination of the package to publish to
Assembly
Cake.WebDeploy.dll
Namespace
Cake.WebDeploy
Containing Type
DeploySettingsExtensions

Syntax

public static DeploySettings ToDestinationPath(this DeploySettings settings, string path)

Parameters

Name Type Description
settings DeploySettings The publish settings.
path string The path where the package should end up

Return Value

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