From abf112c47dbba07ccf93a51106f545c95dfc946d Mon Sep 17 00:00:00 2001 From: Missy Messa <47990216+missymessa@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:37:53 -0700 Subject: [PATCH] Migrate winforms-pr internal-feed auth to System.AccessToken The winforms-pr pipeline (eng/pipelines/build-PR.yml) authenticated internal darc-int-* feeds with the dn-bot-dnceng-artifact-feeds-rw PAT, which was removed from the arcade secret manifest and expired 2026-07-11. This causes HTTP 401 on Arcade SDK toolset restore in internal/release/8.0 PR/CI builds. Switch to $(System.AccessToken) (build identity), mirroring eng/pipelines/build.yml on the same branch. --- eng/pipelines/build-PR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/build-PR.yml b/eng/pipelines/build-PR.yml index 65cfe25dda0..64c23be3dab 100644 --- a/eng/pipelines/build-PR.yml +++ b/eng/pipelines/build-PR.yml @@ -47,7 +47,7 @@ jobs: filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.ps1 arguments: -ConfigFile $(Build.SourcesDirectory)/NuGet.config -Password $Env:Token env: - Token: $(dn-bot-dnceng-artifact-feeds-rw) + Token: $(System.AccessToken) - task: MicroBuildSigningPlugin@4 displayName: Install MicroBuild plugin for Signing