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