Add workaround for native tool installation CI hang
authorJuan Hoyos <juan.hoyos@microsoft.com>
Fri, 31 May 2019 21:03:14 +0000 (14:03 -0700)
committerwtgodbe <wigodbe@microsoft.com>
Fri, 31 May 2019 21:08:06 +0000 (14:08 -0700)
eng/configure-toolset.ps1
eng/configure-toolset.sh

index 96aed77..eeb99c3 100644 (file)
@@ -7,3 +7,6 @@ $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
index c5af261..86cdfae 100644 (file)
@@ -6,4 +6,7 @@ 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
+use_global_nuget_cache=false
+
+# Working around issue https://github.com/dotnet/arcade/issues/2673
+DisableNativeToolsetInstalls=true