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