From c8cc2b2dde16e6bb2b73b5f48fecec5d9e447db4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 9 Nov 2023 13:14:34 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20231108.3 Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 9.0.0-beta.23557.7 -> To Version 9.0.0-beta.23558.3 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 4 ++-- eng/common/tools.sh | 2 +- global.json | 4 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6389403ddec..64b2de9bf5c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -156,25 +156,25 @@ - + https://github.com/dotnet/arcade - aa0317458d29ec79935ca04fa47d3a6f14a0944f + f2ad2b48b7426e77e19902068b3aa38476073ab1 - + https://github.com/dotnet/arcade - aa0317458d29ec79935ca04fa47d3a6f14a0944f + f2ad2b48b7426e77e19902068b3aa38476073ab1 - + https://github.com/dotnet/arcade - aa0317458d29ec79935ca04fa47d3a6f14a0944f + f2ad2b48b7426e77e19902068b3aa38476073ab1 - + https://github.com/dotnet/arcade - aa0317458d29ec79935ca04fa47d3a6f14a0944f + f2ad2b48b7426e77e19902068b3aa38476073ab1 - + https://github.com/dotnet/arcade - aa0317458d29ec79935ca04fa47d3a6f14a0944f + f2ad2b48b7426e77e19902068b3aa38476073ab1 https://github.com/dotnet/sourcelink diff --git a/eng/Versions.props b/eng/Versions.props index 6df6e857c21..4bee02c08be 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -48,8 +48,8 @@ - 9.0.0-beta.23557.7 - 9.0.0-beta.23557.7 + 9.0.0-beta.23558.3 + 9.0.0-beta.23558.3 diff --git a/eng/common/tools.sh b/eng/common/tools.sh index e7ec245bc4a..e98daf50c6b 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -310,7 +310,7 @@ function GetDotNetInstallScript { curl "$install_script_url" -sSL --retry 10 --create-dirs -o "$install_script" || { if command -v openssl &> /dev/null; then echo "Curl failed; dumping some information about dotnet.microsoft.com for later investigation" - echo | openssl s_client -showcerts -servername dotnet.microsoft.com -connect dotnet.microsoft.com:443 + echo | openssl s_client -showcerts -servername dotnet.microsoft.com -connect dotnet.microsoft.com:443 || true fi echo "Will now retry the same URL with verbose logging." with_retries curl "$install_script_url" -sSL --verbose --retry 10 --create-dirs -o "$install_script" || { diff --git a/global.json b/global.json index f2ee1cb5e4b..9c910afcd16 100644 --- a/global.json +++ b/global.json @@ -12,8 +12,8 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23557.7", - "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.23557.7" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23558.3", + "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.23558.3" }, "sdk": { "version": "9.0.100-alpha.1.23511.2"