From 270d6eb35a411316a1bac548242aec1b523cf3ec Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 26 Nov 2025 18:39:37 +0000 Subject: [PATCH] Update storage paths from dotnetbuilds.blob.core.windows.net to ci.dot.net Co-authored-by: wiktork <15879456+wiktork@users.noreply.github.com> --- eng/helix/Helix.proj | 2 +- eng/pipelines/jobs/build.yml | 2 +- eng/pipelines/jobs/pack-sign-publish.yml | 2 +- eng/pipelines/jobs/sign-binaries.yml | 2 +- eng/pipelines/jobs/tpn.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/helix/Helix.proj b/eng/helix/Helix.proj index fbe7728071b..9cd468e2921 100644 --- a/eng/helix/Helix.proj +++ b/eng/helix/Helix.proj @@ -119,7 +119,7 @@ - $([System.Environment]::GetEnvironmentVariable('DotNetBuildsInternalContainerReadToken')) diff --git a/eng/pipelines/jobs/build.yml b/eng/pipelines/jobs/build.yml index 57454563a74..9f27b7382dd 100644 --- a/eng/pipelines/jobs/build.yml +++ b/eng/pipelines/jobs/build.yml @@ -110,7 +110,7 @@ jobs: - ${{ if eq(variables['System.TeamProject'], 'internal') }}: - _InternalInstallArgs: >- - -RuntimeSourceFeed https://dotnetbuilds.blob.core.windows.net/internal + -RuntimeSourceFeed https://ci.dot.net/internal -RuntimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64) - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: diff --git a/eng/pipelines/jobs/pack-sign-publish.yml b/eng/pipelines/jobs/pack-sign-publish.yml index 06cc2f61ec9..5eaf8baa454 100644 --- a/eng/pipelines/jobs/pack-sign-publish.yml +++ b/eng/pipelines/jobs/pack-sign-publish.yml @@ -44,7 +44,7 @@ jobs: /p:DotNetPublishUsingPipelines=true /p:SkipPublishProjects=true /p:ThirdPartyNoticesFilePath='$(Build.SourcesDirectory)/$(_TPNFile)' - /p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows.net/internal + /p:DotNetRuntimeSourceFeed=https://ci.dot.net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64) displayName: Pack, Sign, and Publish # Intentionally copying file as "dotnet-monitor.nupkg.buildversion" for back compat diff --git a/eng/pipelines/jobs/sign-binaries.yml b/eng/pipelines/jobs/sign-binaries.yml index 00ac5543744..e489fcb6082 100644 --- a/eng/pipelines/jobs/sign-binaries.yml +++ b/eng/pipelines/jobs/sign-binaries.yml @@ -43,7 +43,7 @@ jobs: /p:OfficialBuildId=$(BUILD.BUILDNUMBER) /p:DotNetSignType=real /p:SignAllBinaries=true - /p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows.net/internal + /p:DotNetRuntimeSourceFeed=https://ci.dot.net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64) displayName: Sign diff --git a/eng/pipelines/jobs/tpn.yml b/eng/pipelines/jobs/tpn.yml index 9ca72f1aee5..c46713ff03f 100644 --- a/eng/pipelines/jobs/tpn.yml +++ b/eng/pipelines/jobs/tpn.yml @@ -9,7 +9,7 @@ jobs: - _InternalInstallArgs: '' - ${{ if eq(variables['System.TeamProject'], 'internal') }}: - _InternalInstallArgs: >- - /p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows.net/internal + /p:DotNetRuntimeSourceFeed=https://ci.dot.net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64) steps: - template: /eng/pipelines/steps/setup-nuget-sources.yml@self