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

Commit

Permalink
Work around dotnet/arcade#2673
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyosjs authored May 30, 2019
1 parent 213305d commit 57c4f11
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions eng/common/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 57c4f11

Please sign in to comment.