1 reference to Retries
Microsoft.Build.Tasks.Core (1)
DownloadFile.cs (1)
116bool canRetry = IsRetriable(e, out Exception actualException) && retryAttemptCount++ < Retries;