I'm trying to build an aspire project in an Azure DevOps pipeline (self hosted on a VMSS with ubuntu 22-04) and it fails on restore.
I found a similar issue, but it mentions 8.2 so maybe its a diffferent one.
Failed to download package 'Aspire.Hosting.Orchestration.linux-x64.9.0.0' from 'https://api.nuget.org/v3-flatcontainer/aspire.hosting.orchestration.linux-x64/9.0.0/aspire.hosting.orchestration.linux-x64.9.0.0.nupkg'.
The download of 'https://api.nuget.org/v3-flatcontainer/aspire.hosting.orchestration.linux-x64/9.0.0/aspire.hosting.orchestration.linux-x64.9.0.0.nupkg' timed out because no data was received for 60000ms.
The operation has timed out.
Is there an existing issue for this?
Describe the bug
I'm trying to build an aspire project in an Azure DevOps pipeline (self hosted on a VMSS with ubuntu 22-04) and it fails on restore. I found a similar issue, but it mentions 8.2 so maybe its a diffferent one.
As those links are actually empty.
Csproj for reference:
Expected Behavior
Packages get restored without issues
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version info
dotnet 9.0.0
Anything else?
No response