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

Update detection of OS Architecture to include ARM #20695

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

MichelZ
Copy link

@MichelZ MichelZ commented Nov 26, 2024

Task name: UseDotNet
Description: Update detection of OS to fix #20300
The updated detection routine has been adapted from: https://github.com/dotnet/install-scripts/blob/main/src/dotnet-install.ps1

This should allow installs of the correct version of .NET on ARM, as currently it installs the x86 version instead of the ARM version

Documentation changes required: N

Added unit tests: N

Attached related issue: #20300

Checklist:

  • Task version was bumped - please check instruction how to do it
  • Checked that applied changes work as expected

@MichelZ MichelZ requested review from DergachevE and a team as code owners November 26, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: UseDotNet task installs x86 build on Windows arm64
1 participant