From 948e0bb1a6d4e18f76d031dd72e970fe17f4168a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 30 May 2019 12:04:15 -0700 Subject: [PATCH] [master] Update dependencies from dotnet/arcade (#24854) * Update dependencies from https://github.com/dotnet/arcade build 20190529.5 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19279.5 - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19279.5 - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19279.5 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19279.5 * Work around dotnet/arcade#2673 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 4 ++-- eng/common/build.sh | 4 ++-- global.json | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 456d225..1a8cf7d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,21 +3,21 @@ - + https://github.com/dotnet/arcade - 11f90a2a260422201895de58e57170131ab4efe7 + fb62c6377a6bd163af2a7516260f064498942585 - + https://github.com/dotnet/arcade - 11f90a2a260422201895de58e57170131ab4efe7 + fb62c6377a6bd163af2a7516260f064498942585 - + https://github.com/dotnet/arcade - 11f90a2a260422201895de58e57170131ab4efe7 + fb62c6377a6bd163af2a7516260f064498942585 - + https://github.com/dotnet/arcade - 11f90a2a260422201895de58e57170131ab4efe7 + fb62c6377a6bd163af2a7516260f064498942585 https://github.com/dotnet/corefx diff --git a/eng/Versions.props b/eng/Versions.props index 39f28b1..f894d6d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,8 +13,8 @@ false - 2.2.0-beta.19278.1 - 1.0.0-beta.19278.1 + 2.2.0-beta.19279.5 + 1.0.0-beta.19279.5 2.5.1-beta.19278.1 4.6.0-preview6.19279.8 diff --git a/eng/common/build.sh b/eng/common/build.sh index 8a8f969..9729655 100755 --- a/eng/common/build.sh +++ b/eng/common/build.sh @@ -210,8 +210,8 @@ if [[ -n "${useInstalledDotNetCli:-}" ]]; then fi # Workaround for https://github.com/dotnet/arcade/issues/2673 -# if [[ "$restore" == true && -z ${DisableNativeToolsetInstalls:-} ]]; -# InitializeNativeTools +# if [[ "$restore" == true && -z ${DisableNativeToolsetInstalls:-} ]]; then +# InitializeNativeTools # fi Build diff --git a/global.json b/global.json index 29cb37c..7437a67 100644 --- a/global.json +++ b/global.json @@ -7,8 +7,8 @@ "python": "2.7.15" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19278.1", - "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19278.1", + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19279.5", + "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19279.5", "Microsoft.Build.NoTargets": "1.0.53", "Microsoft.Build.Traversal": "2.0.2" } -- 2.7.4