From a7020f51a3edc0a9c618e9e2936353348caa8b73 Mon Sep 17 00:00:00 2001 From: Missy Messa Date: Fri, 18 Sep 2026 13:44:25 -0700 Subject: [PATCH] Migrate internal tools feed authentication to WIF Replace the PAT-backed NuGet service connection with the workload identity service connection for the devdiv internal tooling feed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3ee73e53-8098-4533-b3f9-1686640d4f55 --- eng/restore-internal-tools.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eng/restore-internal-tools.yml b/eng/restore-internal-tools.yml index 01cd835c5b7..6cb82b12780 100644 --- a/eng/restore-internal-tools.yml +++ b/eng/restore-internal-tools.yml @@ -1,7 +1,9 @@ steps: - task: NuGetAuthenticate@1 + displayName: Authenticate devdiv/dotnet-core-internal-tooling feed (WIF) inputs: - nuGetServiceConnections: 'devdiv/dotnet-core-internal-tooling' + azureDevOpsServiceConnection: dnceng-devdiv-dotnet-core-internal-tooling-feed-rw-wif + feedUrl: https://pkgs.dev.azure.com/devdiv/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json forceReinstallCredentialProvider: true - script: $(Build.SourcesDirectory)\eng\RestoreInternal.cmd