-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore fails on linux for Aspire.Hosting.Orchestration.linux-x64 #6757
Comments
I also found #5486 and the workaround seams to work. Only the issue is closed. |
cc @joperezr |
Thanks for your report @GabschD . By looking at the original error message, seems like this was just a timeout on NuGet, perhaps there was something wrong with the service or network when you tried to run your build? Can you repro this still? Also, can you share what is the workaround that seemed to fix it for you? |
i @joperezr, I clicked the link on Friday and got a 404, but maybe I had a typo in it - can't reporduce it. My workaround was to set the follwing: <PropertyGroup>
<SkipAddAspireDefaultReferences>true</SkipAddAspireDefaultReferences>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Aspire.Dashboard.Sdk.linux-x64" Version="8.2.0" />
<PackageReference Include="Aspire.Hosting.Orchestration.linux-x64" Version="8.2.0" />
</ItemGroup> It downloaded them instantly and never timed out. Removing it resulted in the timeout. |
@GabschD update to the 9.0 version of Aspire. It works with both .NET 8 and 9 |
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
The text was updated successfully, but these errors were encountered: