[Tizen] Unify dnetmemoryenumlib terms to match the codebase (#291)
[platform/upstream/coreclr.git] / eng / configure-toolset.ps1
1 # We depend on a local cli for a number of our buildtool
2 # commands like init-tools so for now we need to disable
3 # using the globally installed dotnet
4
5 $script:useInstalledDotNetCli = $false
6
7 # Always use the local repo packages directory instead of
8 # the user's NuGet cache
9 $script:useGlobalNuGetCache = $false
10
11 # Working around issue https://github.com/dotnet/arcade/issues/2673
12 $script:DisableNativeToolsetInstalls = $true