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