The workaround for non-Windows builds is still needed.
This commit is contained in:
parent
57976db13d
commit
a24e20d081
1 changed files with 4 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue