The workaround for non-Windows builds is still needed.

This commit is contained in:
Michael Yanni 2024-02-29 10:02:05 -08:00
parent 57976db13d
commit a24e20d081

View file

@ -1,3 +1,6 @@
# SdkTests do not currently work with globally installed CLI as they use dotnet-install.ps1 to install more runtimes
useInstalledDotNetCli="false"
useInstalledDotNetCli="false"
# Working around issue https://github.com/dotnet/arcade/issues/7327
DisableNativeToolsetInstalls=true