private bool ShouldPrimeNugetCache() { return(ShouldRunFirstRunExperience() && !_nugetCacheSentinel.Exists() && !_nugetCacheSentinel.InProgressSentinelAlreadyExists() && !_nugetCachePrimer.SkipPrimingTheCache()); }
private bool ShouldPrimeNugetCache() { return(ShouldRunFirstRunExperience() && !_nugetCachePrimer.SkipPrimingTheCache()); }