summaryrefslogtreecommitdiff
path: root/eng/common/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'eng/common/build.sh')
-rwxr-xr-xeng/common/build.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/eng/common/build.sh b/eng/common/build.sh
index 9729655118..6236fc4d38 100755
--- a/eng/common/build.sh
+++ b/eng/common/build.sh
@@ -209,9 +209,8 @@ if [[ -n "${useInstalledDotNetCli:-}" ]]; then
use_installed_dotnet_cli="$useInstalledDotNetCli"
fi
-# Workaround for https://github.com/dotnet/arcade/issues/2673
-# if [[ "$restore" == true && -z ${DisableNativeToolsetInstalls:-} ]]; then
-# InitializeNativeTools
-# fi
+if [[ "$restore" == true && -z ${DisableNativeToolsetInstalls:-} ]]; then
+ InitializeNativeTools
+fi
Build