Summary
Gets or sets a value indicating whether or not NuGet suppresses prompts for user input or confirmations.
- Namespace
- Cake
.Common .Tools .NuGet .Install - Containing Type
- NuGetInstallSettings
Syntax
public bool NonInteractive { get; set; }
Remarks
This setting is passed by NuGet.exe to any extensions such as authorization providers.
Value
Type | Description |
---|---|
bool |
false to allow NuGet to show prompts for user input or confirmations; otherwise, true .
|