Removing the prior native tools workarounds as per https://github.com/dotnet/installer/pull/18525
This commit is contained in:
parent
83bf55b047
commit
57976db13d
2 changed files with 2 additions and 8 deletions
|
@ -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
|
|
@ -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"
|
Loading…
Reference in a new issue