summaryrefslogtreecommitdiff
path: root/eng/configure-toolset.sh
diff options
context:
space:
mode:
Diffstat (limited to 'eng/configure-toolset.sh')
-rw-r--r--eng/configure-toolset.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/eng/configure-toolset.sh b/eng/configure-toolset.sh
index d342666072..c5af261c6f 100644
--- a/eng/configure-toolset.sh
+++ b/eng/configure-toolset.sh
@@ -3,3 +3,7 @@
# 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 \ No newline at end of file