Summary
Gets or sets a value indicating whether or not to use the machine cache as the first package source.
- Namespace
- Cake
.Common .Tools .NuGet .Restore - Containing Type
- NuGetRestoreSettings
Syntax
public bool NoCache { get; set; }
Value
| Type | Description |
|---|---|
| bool |
true to not use the machine cache as the first package source; otherwise, false.
|
