Merge pull request #20837 from michaelnebel/csharp/dotnet10

C#: Improve the logic for downloading .NET and setting environment variables.
This commit is contained in:
Michael Nebel
2025-11-21 12:41:08 +01:00
committed by GitHub
16 changed files with 255 additions and 246 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Improved stability when downloading .NET versions by setting appropriate environment variables for `dotnet` commands. The correct architecture-specific version of .NET is now downloaded on ARM runners.