summaryrefslogtreecommitdiff
path: root/eng/configure-toolset.sh
blob: c5af261c6f6c12e0d2e4caee76c760752c58c72b (plain)
1
2
3
4
5
6
7
8
9
# 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