From ebecdb75907e991c79946827198739dc31a05eba Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 9 Nov 2023 13:12:04 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20231108.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.SwaggerGenerator.MSBuild From Version 8.0.0-beta.23265.1 -> To Version 9.0.0-beta.23558.3 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/common/tools.sh | 2 +- global.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6099a9ae..d7fd74e7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,25 +3,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/arcade-services diff --git a/eng/common/tools.sh b/eng/common/tools.sh index e7ec245b..e98daf50 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 4a568e6a..2ff8877f 100644 --- a/global.json +++ b/global.json @@ -14,6 +14,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23557.7" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23558.3" } }