2 references to RetryDelayMilliseconds
Microsoft.Build.Tasks.Core (2)
DownloadFile.cs (2)
120Log.LogWarningWithCodeFromResources("DownloadFile.Retrying", SourceUrl, retryAttemptCount + 1, RetryDelayMilliseconds, actualException.Message); 124await Task.Delay(RetryDelayMilliseconds, cancellationToken).ConfigureAwait(false);