Skip to content
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

[Ubuntu] Fix .NET SDK extraction #11007

Closed
wants to merge 1 commit into from

Conversation

lumarel
Copy link

@lumarel lumarel commented Nov 19, 2024

Description

We noticed in our own builds, that the extra home repository sourced .NET SDKs are missing.
This should fix that.

Fixes #10656

Related issue:

Check list

  • Related issue / work item is attached
  • Tests are written (if applicable)
  • Documentation is updated (if applicable)
  • Changes are tested and related VM images are successfully generated

@subir0071
Copy link
Contributor

Our pipeline points that there is no issue with the ,Net script for Ubuntu24.
Also, there has been no adverse comments or feedback about any user workflow/processes failing for the last few months.

Hence we close this PR as no planned.

@subir0071 subir0071 closed this Mar 6, 2025
@lumarel
Copy link
Author

lumarel commented Mar 7, 2025

Our pipeline points that there is no issue with the ,Net script for Ubuntu24. Also, there has been no adverse comments or feedback about any user workflow/processes failing for the last few months.

Hence we close this PR as no planned.

@subir0071 I'm fine with that, though the difference we see with this fix is the following one:

177c177
< - .NET Core SDK: 6.0.428, 8.0.406, 9.0.200
---
> - .NET Core SDK: 6.0.428, 8.0.113, 8.0.206, 8.0.309, 8.0.406, 9.0.103, 9.0.200

Another solution would be to remove the part that downloads the additional sdk bundles, as these are basically bloating the image right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update .NET SDK 8 to 8.0.401 under ubuntu-24.04 to match 22.04
3 participants