diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 789ac1fe780..a5234930f61 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -165,25 +165,25 @@ - + https://github.com/dotnet/arcade - 8589bd2a216025d753b5f107081bfa28a2d51bb8 + ae0923d109be7ddf2a5d99e3bf685f72132edeaf - + https://github.com/dotnet/arcade - 8589bd2a216025d753b5f107081bfa28a2d51bb8 + ae0923d109be7ddf2a5d99e3bf685f72132edeaf - + https://github.com/dotnet/arcade - 8589bd2a216025d753b5f107081bfa28a2d51bb8 + ae0923d109be7ddf2a5d99e3bf685f72132edeaf https://github.com/dotnet/arcade f4e11a15c7b8a949d4a366e792a9843ff6e88cd5 - + https://github.com/dotnet/arcade - 8589bd2a216025d753b5f107081bfa28a2d51bb8 + ae0923d109be7ddf2a5d99e3bf685f72132edeaf https://github.com/dotnet/sourcelink diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index f46b3c692f8..4030f225188 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -322,7 +322,7 @@ function InstallDotNet([string] $dotnetRoot, $variations += @($installParameters) $dotnetBuilds = $installParameters.Clone() - $dotnetbuilds.AzureFeed = "https://dotnetbuilds.azureedge.net/public" + $dotnetbuilds.AzureFeed = "https://ci.dot.net/public" $variations += @($dotnetBuilds) if ($runtimeSourceFeed) { diff --git a/eng/common/tools.sh b/eng/common/tools.sh index b4d7b0b4ee9..4c59c7710d9 100644 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -232,7 +232,7 @@ function InstallDotNet { local public_location=("${installParameters[@]}") variations+=(public_location) - local dotnetbuilds=("${installParameters[@]}" --azure-feed "https://dotnetbuilds.azureedge.net/public") + local dotnetbuilds=("${installParameters[@]}" --azure-feed "https://ci.dot.net/public") variations+=(dotnetbuilds) if [[ -n "${6:-}" ]]; then diff --git a/global.json b/global.json index 895ccaf0118..89c61bcda62 100644 --- a/global.json +++ b/global.json @@ -12,8 +12,8 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24622.1", - "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24622.1" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24623.1", + "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24623.1" }, "sdk": { "version": "10.0.100-alpha.1.24573.1"