From 1e00ece102aab080fce27de0f8dde8e40fbd8b7e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 15:10:09 +0100 Subject: [PATCH] [main] Update dependencies from dotnet/arcade (#1436) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 6 +++--- eng/common/tools.sh | 6 ------ global.json | 4 ++-- 4 files changed, 15 insertions(+), 21 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a8cdd53634..5063096374 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -15,25 +15,25 @@ - + https://github.com/dotnet/arcade - 6b3bad6673f3ebe89ebe12ea7c4eff1705b893e6 + c96d78299a4fe5557bd564e44b63725cdbabd960 - + https://github.com/dotnet/arcade - 6b3bad6673f3ebe89ebe12ea7c4eff1705b893e6 + c96d78299a4fe5557bd564e44b63725cdbabd960 - + https://github.com/dotnet/arcade - 6b3bad6673f3ebe89ebe12ea7c4eff1705b893e6 + c96d78299a4fe5557bd564e44b63725cdbabd960 - + https://github.com/dotnet/arcade - 6b3bad6673f3ebe89ebe12ea7c4eff1705b893e6 + c96d78299a4fe5557bd564e44b63725cdbabd960 - + https://github.com/dotnet/arcade - 6b3bad6673f3ebe89ebe12ea7c4eff1705b893e6 + c96d78299a4fe5557bd564e44b63725cdbabd960 https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index eb37f839fa..c732891a61 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -112,8 +112,8 @@ 2.4.1 2.0.3 2.4.1 - 8.0.0-beta.22579.2 - 8.0.0-beta.22579.2 + 8.0.0-beta.22605.1 + 8.0.0-beta.22605.1 1.22.0 1.1.2 2.0.0 @@ -123,7 +123,7 @@ 1.1.0-beta.20258.6 1.1.0-beta-21228-01 1.1.0-beta-21228-01 - 8.0.0-beta.22579.2 + 8.0.0-beta.22605.1 1.0.0-beta.22513.1 1.1.0-beta.21228.1 1.0.0-prerelease.21264.3 diff --git a/eng/common/tools.sh b/eng/common/tools.sh index e7d1e3897e..975e6be639 100644 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -416,12 +416,6 @@ function MSBuild { export NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS=20 Write-PipelineSetVariable -name "NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS" -value "20" Write-PipelineSetVariable -name "NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS" -value "20" - - # https://github.com/dotnet/arcade/issues/11369 - disable new MSBuild server feature on linux - # This feature is new and can result in build failures from connection timeout errors. - export DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER=1 - Write-PipelineSetVariable -name "DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER" -value "1" - fi local toolset_dir="${_InitializeToolset%/*}" diff --git a/global.json b/global.json index 721ae466ea..6f0f33e9ac 100644 --- a/global.json +++ b/global.json @@ -12,8 +12,8 @@ "vswhere": "2.5.2" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22579.2", - "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.22579.2", + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22605.1", + "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.22605.1", "MSBuild.Sdk.Extras": "3.0.44" } }