appveyor / ci

AppVeyor community support repository
https://www.appveyor.com
344 stars 64 forks source link

Failing to download dotnet #3905

Closed SimonCropp closed 5 months ago

SimonCropp commented 5 months ago

My build are failing after no changes on my part.

image

Passing build: https://ci.appveyor.com/project/SimonCropp/verify-http/builds/48947028

Failing build: https://ci.appveyor.com/project/SimonCropp/verify-http/builds/48949729

Seems they are failing to download dotnet

the command that is failing is:

Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile "./dotnet-install.ps1"

Line in yml

https://github.com/VerifyTests/Verify.Http/blob/main/src/appveyor.yml#L8

OwenMcDonnell commented 5 months ago

Is this repeatable or just a transient download error? I was able to run this minimally similar build with success.

SimonCropp commented 5 months ago

@OwenMcDonnell it was repeatable for over an hour. but is working now. so will close this one for now