Summary
Gets or sets a value indicating whether or not use the HTTP cache and contact all configured package sources for live information.
- Namespace
- Cake
.Common .Tools .NuGet .Install - Containing Type
- NuGetInstallSettings
Syntax
public bool NoHttpCache { get; set; }
Value
| Type | Description |
|---|---|
| bool |
true to not use the HTTP cache and contact package sources for live information; otherwise, false.
|
