コード例 #1
0
 private bool ShouldPrimeNugetCache()
 {
     return(ShouldRunFirstRunExperience() &&
            !_nugetCacheSentinel.Exists() &&
            !_nugetCacheSentinel.InProgressSentinelAlreadyExists() &&
            !_nugetCachePrimer.SkipPrimingTheCache());
 }
コード例 #2
0
 private bool ShouldPrimeNugetCache()
 {
     return(ShouldRunFirstRunExperience() &&
            !_nugetCachePrimer.SkipPrimingTheCache());
 }