summaryrefslogtreecommitdiff
path: root/eng/common/build.sh
diff options
context:
space:
mode:
authordotnet-maestro <@dotnet-maestro>2019-06-27 17:38:54 +0000
committerdotnet-maestro <@dotnet-maestro>2019-06-27 17:38:54 +0000
commit270a666c5a2603d62cfcd9515a03095d11122a4e (patch)
tree36aa68d4b9f4b99f96120e7bea099e440f1b56fc /eng/common/build.sh
parentda8651b02d74316a1763f45889d51daae54d9479 (diff)
downloadcoreclr-270a666c5a2603d62cfcd9515a03095d11122a4e.tar.gz
coreclr-270a666c5a2603d62cfcd9515a03095d11122a4e.tar.bz2
coreclr-270a666c5a2603d62cfcd9515a03095d11122a4e.zip
Update dependencies from https://github.com/dotnet/arcade build 20190626.44
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19326.44 - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19326.44 - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19326.44 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19326.44
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