diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1968757d6..d3ca30d0b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -192,18 +192,18 @@ - + 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 @@ -227,9 +227,9 @@ d047202874ad79d72c75b6354c0f8a9a12d1b054 - + https://github.com/dotnet/xliff-tasks - 9d44d854356c5ea0152b40acdef20c23bde58b03 + a54541e2b225c006bed2bc7c3c8e379069741466 diff --git a/eng/Versions.props b/eng/Versions.props index 5318af985..7a5b085be 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22579.2 + 8.0.0-beta.22605.1 diff --git a/eng/common/tools.sh b/eng/common/tools.sh index e7d1e3897..975e6be63 100755 --- 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 e8fbb1a59..89017147f 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22579.2", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22579.2" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22605.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22605.1" } }