DeploySettingsExtensions.

SetPublishUrl(DeploySettings, string) Method

Summary

Sets the url to publish that package to
Assembly
Cake.WebDeploy.dll
Namespace
Cake.WebDeploy
Containing Type
DeploySettingsExtensions

Syntax

public static DeploySettings SetPublishUrl(this DeploySettings settings, string url)

Parameters

Name Type Description
settings DeploySettings The publish settings.
url string The publish url

Return Value

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