You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.
Hi @ctaggart I get the following when trying this command sourcelink test UmbracoCms.Core.8.1.0.nupkg
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
I assume because this could be timing out due to looking up & checking a large number of files?
The text was updated successfully, but these errors were encountered:
I've hit this pretty reliably on GitHub Actions (Windows target) where midway through scanning four assemblies in a NuGet package it'll report a generic networking error.
Testing sourcelink info in packaging/Octokit.0.37.0-PullRequest2070-0028.nupkg
sourcelink test passed: lib/net45/Octokit.dll
sourcelink test passed: lib/net46/Octokit.dll
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
An error occurred when executing task 'TestSourceLink'.
Error: Sourcelink test failed!
It's a blocker on migrating to using Actions for this project, so I'm looking into wrapping the HttpClient activity in tracing so we can experiment with approaches to make this more resilient in these environments and situations. If I settle on a satisfactory solution I'll propose a PR.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi @ctaggart I get the following when trying this command
sourcelink test UmbracoCms.Core.8.1.0.nupkg
I assume because this could be timing out due to looking up & checking a large number of files?
The text was updated successfully, but these errors were encountered: