diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 7e67fc57aee..ad80460bdef 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -83,25 +83,25 @@
-
+
https://github.com/dotnet/arcade
- 286d98094b830b8dad769542b2669cb1b75f7097
+ 55262f114b0c1b82f0b081bca0d919b657ba24c5
-
+
https://github.com/dotnet/arcade
- 286d98094b830b8dad769542b2669cb1b75f7097
+ 55262f114b0c1b82f0b081bca0d919b657ba24c5
-
+
https://github.com/dotnet/arcade
- 286d98094b830b8dad769542b2669cb1b75f7097
+ 55262f114b0c1b82f0b081bca0d919b657ba24c5
-
+
https://github.com/dotnet/arcade
- 286d98094b830b8dad769542b2669cb1b75f7097
+ 55262f114b0c1b82f0b081bca0d919b657ba24c5
-
+
https://github.com/dotnet/arcade
- 286d98094b830b8dad769542b2669cb1b75f7097
+ 55262f114b0c1b82f0b081bca0d919b657ba24c5
diff --git a/eng/Versions.props b/eng/Versions.props
index e753eda92f8..3ee52ab9f39 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -39,9 +39,9 @@
- 6.0.0-beta.21357.3
- 6.0.0-beta.21357.3
- 6.0.0-beta.21357.3
+ 6.0.0-beta.21359.3
+ 6.0.0-beta.21359.3
+ 6.0.0-beta.21359.3
diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1
index 4b255203249..2df0909937d 100644
--- a/eng/common/tools.ps1
+++ b/eng/common/tools.ps1
@@ -42,7 +42,7 @@
[bool]$useInstalledDotNetCli = if (Test-Path variable:useInstalledDotNetCli) { $useInstalledDotNetCli } else { $true }
# Enable repos to use a particular version of the on-line dotnet-install scripts.
-# default URL: https://dot.net/v1/dotnet-install.ps1
+# default URL: https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1
[string]$dotnetInstallScriptVersion = if (Test-Path variable:dotnetInstallScriptVersion) { $dotnetInstallScriptVersion } else { 'v1' }
# True to use global NuGet cache instead of restoring packages to repository-local directory.
@@ -223,7 +223,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) {
if (!(Test-Path $installScript)) {
Create-Directory $dotnetRoot
$ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit
- $uri = "https://dot.net/$dotnetInstallScriptVersion/dotnet-install.ps1"
+ $uri = "https://dotnet.microsoft.com/download/dotnet/scripts/$dotnetInstallScriptVersion/dotnet-install.ps1"
Retry({
Write-Host "GET $uri"
diff --git a/eng/common/tools.sh b/eng/common/tools.sh
index 05ca99c6b28..828119be411 100755
--- a/eng/common/tools.sh
+++ b/eng/common/tools.sh
@@ -54,7 +54,7 @@ warn_as_error=${warn_as_error:-true}
use_installed_dotnet_cli=${use_installed_dotnet_cli:-true}
# Enable repos to use a particular version of the on-line dotnet-install scripts.
-# default URL: https://dot.net/v1/dotnet-install.sh
+# default URL: https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh
dotnetInstallScriptVersion=${dotnetInstallScriptVersion:-'v1'}
# True to use global NuGet cache instead of restoring packages to repository-local directory.
@@ -262,7 +262,7 @@ function with_retries {
function GetDotNetInstallScript {
local root=$1
local install_script="$root/dotnet-install.sh"
- local install_script_url="https://dot.net/$dotnetInstallScriptVersion/dotnet-install.sh"
+ local install_script_url="https://dotnet.microsoft.com/download/dotnet/scripts/$dotnetInstallScriptVersion/dotnet-install.sh"
if [[ ! -a "$install_script" ]]; then
mkdir -p "$root"
diff --git a/global.json b/global.json
index a9e35d0744c..c784dc58339 100644
--- a/global.json
+++ b/global.json
@@ -12,8 +12,8 @@
}
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21357.3",
- "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21357.3"
+ "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21359.3",
+ "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21359.3"
},
"sdk": {
"version": "6.0.100-preview.6.21317.3"