Removing the prior native tools workarounds as per https://github.com/dotnet/installer/pull/18525

This commit is contained in:
Michael Yanni 2024-02-28 15:32:27 -08:00
parent 83bf55b047
commit 57976db13d
2 changed files with 2 additions and 8 deletions

View file

@ -1,6 +1,3 @@
# SdkTests do not currently work with globally installed CLI as they use dotnet-install.ps1 to install more runtimes
$script:useInstalledDotNetCli = $false
# Add CMake to the path.
$env:PATH = "$PSScriptRoot\..\.tools\bin;$env:PATH"
$script:useInstalledDotNetCli = $false

View file

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