Skip to content

Commit

Permalink
Use newer CDN urls
Browse files Browse the repository at this point in the history
Updates for: dotnet/core#9671
  • Loading branch information
Redth committed Jan 7, 2025
1 parent b5d4c66 commit b67ed07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng/common/tools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,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) {
Expand Down
2 changes: 1 addition & 1 deletion eng/common/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/DotNet/DotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<InstallWorkloadPacks Condition=" '$(InstallWorkloadPacks)' == '' ">true</InstallWorkloadPacks>
<InstallDotNet Condition=" '$(InstallDotNet)' == '' ">true</InstallDotNet>
<InternalAzureFeed>https://dotnetbuilds.blob.core.windows.net/internal</InternalAzureFeed>
<DotNetFeedUrl>https://dotnetcli.azureedge.net/dotnet</DotNetFeedUrl>
<DotNetFeedUrl>https://builds.dotnet.microsoft.com/dotnet</DotNetFeedUrl>
<NugetArtifactsPath>$(MauiRootDirectory)/artifacts</NugetArtifactsPath>
<PublicSdk Condition=" '$(PublicSdk)' == ''">true</PublicSdk>
<PrivateSdk>$(PRIVATE_BUILD)</PrivateSdk>
Expand Down

0 comments on commit b67ed07

Please sign in to comment.