Summary
Installs NuGet packages using the specified package id and settings.
- Namespace
- Cake
.Common .Tools .NuGet .SetApiKey - Containing Type
- NuGetSetApiKey
Syntax
public void SetApiKey(string apiKey, string source, NuGetSetApiKeySettings settings)
Parameters
Name | Type | Description |
---|---|---|
apiKey | string | The API key. |
source | string | The Server URL where the API key is valid. |
settings | Nu |
The settings. |
Return Value
Type | Description |
---|---|
void |