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

$script:useInstalledDotNetCli = $false

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

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