Summary
Set the proxy settings to be used while connecting to your NuGet feed.
- Namespace
- Cake
.Common .Tools .NuGet .SetProxy - Containing Type
- NuGetSetProxy
Syntax
public void SetProxy(string url, string username, string password, NuGetSetProxySettings settings)
Parameters
Name | Type | Description |
---|---|---|
url | string | The url of the proxy. |
username | string | The username used to access the proxy. |
password | string | The password used to access the proxy. |
settings | Nu |
The settings. |
Return Value
Type | Description |
---|---|
void |