Closed kpreisser closed 1 year ago
Yeah, unfortunately the underlying exception isn't "retryable".
The good news is that there is a fix to the DownloadFile
task that might expose what the underlying issue is with our flaky Windows CI (my money is on a TLS issue with GitHub).
Add a
Retries="10"
attribute to theDownloadFile
task, to check whether it can avoid the failed download issue in the Windows CI runner.Edit: Unfortunately it seems
IsRetriable
returns false, so the task doesn't attempt to retry the download.