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
Sets the credentials to use when connecting
- Assembly
- Cake
.WebDeploy .dll - Namespace
- Cake
.WebDeploy - Containing Type
- Deploy
Settings Extensions
Syntax
public static DeploySettings UsePassword(this DeploySettings settings, string password)
Parameters
Name | Type | Description |
---|---|---|
settings | DeploySettings | The publish settings. |
password | string | The password to connect with. |
Return Value
Type | Description |
---|---|
DeploySettings | The same DeploySettings instance so that multiple calls can be chained. |