Don't use global CLI as it's incompatible with running SdkTests

This commit is contained in:
Nick Guerrera 2019-09-30 12:58:24 -07:00
parent 81eafba07b
commit 3e5d82d54f
2 changed files with 7 additions and 0 deletions

View 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
View 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"