From 5e690013035e1f039255d5387c8622327fbaf2af Mon Sep 17 00:00:00 2001 From: "Gavin Barron (from Dev Box)" Date: Mon, 20 Jul 2026 09:12:18 -0700 Subject: [PATCH] Route npm install through the CFS central package feed Routes npm dependency installation through the authenticated GraphDeveloperExperiences_Public Azure Artifacts feed (network isolation / CFS compliance). Requires a pipeline run to validate against the feed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 9bd6fe40-0d69-4e3f-927b-8628c0ab6d34 --- .azure-pipelines/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines/release.yml b/.azure-pipelines/release.yml index a013851cf8..69a8b74783 100644 --- a/.azure-pipelines/release.yml +++ b/.azure-pipelines/release.yml @@ -53,6 +53,8 @@ extends: inputs: command: 'ci' verbose: true + customRegistry: 'useFeed' + customFeed: 'Graph Developer Experiences/GraphDeveloperExperiences_Public' displayName: 'Install npm dependencies with retry' - script: npm run build