From 0fac27ae14015a20e9e4156d881e64430e97f37d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 31 Dec 2020 13:06:18 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20201230.2 Microsoft.DotNet.Arcade.Sdk From Version 6.0.0-beta.20623.1 -> To Version 6.0.0-beta.20630.2 --- eng/Version.Details.xml | 4 ++-- eng/common/tools.sh | 4 +++- global.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 15db51f68d..4c478cc450 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,9 +3,9 @@ - + https://github.com/dotnet/arcade - 7e0f9bc02f83d0a561d9edb963d856334f048f0d + 4c8515c18ebe0071c32fed467ee3890fbd488898 diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 0295dd9ff6..b160c370f8 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -273,7 +273,9 @@ function GetDotNetInstallScript { if command -v curl > /dev/null; then # first, try directly, if this fails we will retry with verbose logging curl "$install_script_url" -sSL --retry 10 --create-dirs -o "$install_script" || { - echo "curl failed; will now retry with verbose logging." + 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 "Will now retry the same URL with verbose logging." with_retries curl "$install_script_url" -sSL --verbose --retry 10 --create-dirs -o "$install_script" || { local exit_code=$? Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to acquire dotnet install script (exit code '$exit_code')." diff --git a/global.json b/global.json index d8f5d8f1ce..71658a2fed 100644 --- a/global.json +++ b/global.json @@ -17,6 +17,6 @@ "xcopy-msbuild": "16.8.0-preview2.1" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20623.1" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20630.2" } }