Ejemplo n.º 1
0
 private bool ShouldPrimeNugetCache()
 {
     return(ShouldRunFirstRunExperience() &&
            !_nugetCacheSentinel.Exists() &&
            !_nugetCacheSentinel.InProgressSentinelAlreadyExists() &&
            !_nugetCachePrimer.SkipPrimingTheCache());
 }
Ejemplo n.º 2
0
 private bool ShouldPrimeNugetCache()
 {
     return(ShouldRunFirstRunExperience() &&
            !_nugetCachePrimer.SkipPrimingTheCache());
 }