From 57c4f119380b2f3e00586c83aa134218b140d523 Mon Sep 17 00:00:00 2001 From: Juan Hoyos Date: Thu, 30 May 2019 09:55:26 -0700 Subject: [PATCH] Work around dotnet/arcade#2673 --- eng/common/build.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/eng/common/build.sh b/eng/common/build.sh index 6236fc4d38cd..972965511893 100755 --- a/eng/common/build.sh +++ b/eng/common/build.sh @@ -209,8 +209,9 @@ if [[ -n "${useInstalledDotNetCli:-}" ]]; then use_installed_dotnet_cli="$useInstalledDotNetCli" fi -if [[ "$restore" == true && -z ${DisableNativeToolsetInstalls:-} ]]; then - InitializeNativeTools -fi +# Workaround for https://github.com/dotnet/arcade/issues/2673 +# if [[ "$restore" == true && -z ${DisableNativeToolsetInstalls:-} ]]; then +# InitializeNativeTools +# fi Build