Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci] Update .NET version installed for MAUI tests (#8995)
The MAUI integration job started failing recently seemingly due to some of the arcade integration changes they are making: C:\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24274.1\tools\RepositoryValidation.proj(33,5): error MSB4018: The "Microsoft.DotNet.Arcade.Sdk.GetLicenseFilePath" task failed unexpectedly. C:\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24274.1\tools\RepositoryValidation.proj(33,5): error MSB4018: System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified. C:\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24274.1\tools\RepositoryValidation.proj(33,5): error MSB4018: File name: 'System.Runtime, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' Attempt to fix this by installing a .NET 9 preview that will be used to run their build tasks that provision a local .NET install. The `installLegacyDotNet` setup-test-environment parameter did not seem to be in use anywhere and has also been removed.
- Loading branch information