summaryrefslogtreecommitdiff
path: root/eng/configure-toolset.sh
blob: 86cdfae49b97ef7642350bc50f5939c1000a296b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# We depend on a local cli for a number of our buildtool
# commands like init-tools so for now we need to disable
# using the globally installed dotnet

use_installed_dotnet_cli=false

# Always use the local repo packages directory instead of
# the user's NuGet cache
use_global_nuget_cache=false

# Working around issue https://github.com/dotnet/arcade/issues/2673
DisableNativeToolsetInstalls=true