summaryrefslogtreecommitdiff
path: root/eng/configure-toolset.ps1
blob: 96aed776bbb119fd6786ca0d9c1452ebfe5999d0 (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

$script:useInstalledDotNetCli = $false

# Always use the local repo packages directory instead of
# the user's NuGet cache
$script:useGlobalNuGetCache = $false