Don't use global CLI as it's incompatible with running SdkTests
This commit is contained in:
parent
81eafba07b
commit
3e5d82d54f
2 changed files with 7 additions and 0 deletions
4
eng/configure-toolset.ps1
Normal file
4
eng/configure-toolset.ps1
Normal file
|
@ -0,0 +1,4 @@
|
|||
# SdkTests do not currently work with globally installed CLI as they use dotnet-install.ps1 to install more runtimes
|
||||
|
||||
$script:useInstalledDotNetCli = $false
|
||||
|
3
eng/configure-toolset.sh
Normal file
3
eng/configure-toolset.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
# SdkTests do not currently work with globally installed CLI as they use dotnet-install.ps1 to install more runtimes
|
||||
|
||||
useInstalledDotNetCli="false"
|
Loading…
Reference in a new issue