Summary
Disable the specified NuGet source.
- Namespace
- Cake
.Common .Tools .DotNet .NuGet .Source - Containing Type
- DotNetNuGetSourcer
Syntax
public void DisableSource(string name, DotNetNuGetSourceSettings settings)
Parameters
Name | Type | Description |
---|---|---|
name | string | The name of the source. |
settings | Dot |
The settings. |
Return Value
Type | Description |
---|---|
void |