NuGetRestoreSettings.

NoCache Property

Summary

Gets or sets a value indicating whether or not to use the machine cache as the first package source.

Syntax

public bool NoCache { get; set; }

Value

Type Description
bool true to not use the machine cache as the first package source; otherwise, false.