From 99f7760ecb7546020e96f4deca10df919425660a Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Wed, 29 May 2019 08:57:15 -0700 Subject: [PATCH] Comment out native tools restore on Unix --- 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 6236fc4d38c..0bae176ed18 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 +# Commented out to workaround https://github.com/dotnet/arcade/issues/2673 +# if [[ "$restore" == true && -z ${DisableNativeToolsetInstalls:-} ]]; then +# InitializeNativeTools +# fi Build