Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 7ab905f

Browse files
hoyosjswtgodbe
authored andcommitted
Add workaround for native tool installation CI hang
1 parent 24e96f7 commit 7ab905f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

eng/configure-toolset.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ $script:useInstalledDotNetCli = $false
77
# Always use the local repo packages directory instead of
88
# the user's NuGet cache
99
$script:useGlobalNuGetCache = $false
10+
11+
# Working around issue https://github.com/dotnet/arcade/issues/2673
12+
$script:DisableNativeToolsetInstalls = $true

eng/configure-toolset.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ use_installed_dotnet_cli=false
66

77
# Always use the local repo packages directory instead of
88
# the user's NuGet cache
9-
use_global_nuget_cache=false
9+
use_global_nuget_cache=false
10+
11+
# Working around issue https://github.com/dotnet/arcade/issues/2673
12+
DisableNativeToolsetInstalls=true

0 commit comments

Comments
 (0)