Restore .NET 5 runtime acquisition in toolset restore scripts#55082
Restore .NET 5 runtime acquisition in toolset restore scripts#55082Copilot wants to merge 3 commits into
Conversation
Co-authored-by: nagilson <23152278+nagilson@users.noreply.github.com>
|
@copilot It looks like this fell back to the install script on macos (arm64) testbuild leg, and that script failed. Is this a problem specific to .NET 5 and if so why? I wonder if we need to add cross-architecture support to dotnetup before we can do this. |
Co-authored-by: nagilson <23152278+nagilson@users.noreply.github.com>
This is specific to .NET 5 on macOS arm64 in the install-script fallback path: there’s no supported arm64 .NET 5 runtime payload for that combination, so I pushed |
Recent dotnetup-based setup restored only .NET 6–10 test runtimes, which leaves the workspace missing .NET 5 and triggers C# Dev Kit “Workspace Requirements” warnings in
dotnet/sdk. This update restores parity with repository test asset requirements by including .NET 5 again.Runtime acquisition update (toolset restore scripts)
.NET 5back to the default test-runtime channels installed during toolset restore.eng/restore-toolset.ps1eng/restore-toolset.shWhy this is needed in this repo
BlazorWasmHosted50,SimpleMvc50, and net5-targeting test app assets), so workspace/runtime requirement detection still expects a .NET 5 runtime to be present.