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