3 references to MaxDownloadRetries
Microsoft.NET.Build.Containers (3)
Registry\Registry.cs (3)
421while (retryCount < MaxDownloadRetries) 439if (retryCount >= MaxDownloadRetries) 444_logger.LogTrace("Download attempt {0}/{1} for repository '{2}' failed. Error: {3}", retryCount, MaxDownloadRetries, repository, ex.ToString());