Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 26, 2025

Summary

Migrate internal runtime source feed URLs from legacy Azure blob storage (dotnetbuilds.blob.core.windows.net) to new CDN endpoint (ci.dot.net).

Files updated:

  • eng/helix/Helix.proj - AdditionalDotNetPackageFeed
  • eng/common/core-templates/steps/source-build.yml - internalRuntimeDownloadArgs
  • eng/pipelines/jobs/tpn.yml - DotNetRuntimeSourceFeed
  • eng/pipelines/jobs/sign-binaries.yml - DotNetRuntimeSourceFeed
  • eng/pipelines/jobs/build.yml - RuntimeSourceFeed
  • eng/pipelines/jobs/pack-sign-publish.yml - DotNetRuntimeSourceFeed
Release Notes Entry
Original prompt

This section details on the original issue you should resolve

<issue_title>Update storage paths</issue_title>
<issue_description>Migrate from legacy Azure blob storage URLs to new CDN endpoints across build infrastructure.

Changes
dotnetcli.blob.core.windows.net → builds.dotnet.microsoft.com

dotnetbuilds.blob.core.windows.net → ci.dot.net

</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@dotnet-policy-service dotnet-policy-service bot added dependencies Pull requests that update a dependency file needs-review labels Nov 26, 2025
…t.net

Co-authored-by: wiktork <15879456+wiktork@users.noreply.github.com>
Copilot AI changed the title [WIP] Update storage paths to new CDN endpoints Update storage paths from dotnetbuilds.blob.core.windows.net to ci.dot.net Nov 26, 2025
Copilot AI requested a review from wiktork November 26, 2025 18:42
Copilot finished work on behalf of wiktork November 26, 2025 18:42
internalRuntimeDownloadArgs=
if [ '$(dotnetbuilds-internal-container-read-token-base64)' != '$''(dotnetbuilds-internal-container-read-token-base64)' ]; then
internalRuntimeDownloadArgs='/p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows.net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64) --runtimesourcefeed https://dotnetbuilds.blob.core.windows.net/internal --runtimesourcefeedkey $(dotnetbuilds-internal-container-read-token-base64)'
internalRuntimeDownloadArgs='/p:DotNetRuntimeSourceFeed=https://ci.dot.net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64) --runtimesourcefeed https://ci.dot.net/internal --runtimesourcefeedkey $(dotnetbuilds-internal-container-read-token-base64)'
Copy link
Member

@wiktork wiktork Nov 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot Revert this file. It is goverened by arcade updates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update storage paths

2 participants