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"
}
}