From 8bf83ff1627962a1215dfcf6db379b535272a88e Mon Sep 17 00:00:00 2001 From: Madala Sai Deekshitha Date: Tue, 26 May 2026 14:16:02 +0530 Subject: [PATCH 1/2] fix the npm registry issue in release pipeline --- .azure-pipelines/azure-pipelines-release.yml | 4 ++-- .azure-pipelines/build-template.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-release.yml b/.azure-pipelines/azure-pipelines-release.yml index f010ac1..97ef773 100644 --- a/.azure-pipelines/azure-pipelines-release.yml +++ b/.azure-pipelines/azure-pipelines-release.yml @@ -44,11 +44,11 @@ extends: inputs: versionSpec: '16.x' displayName: Install node - - script: npm install -g npm@8 - displayName: Upgrade npm - task: NpmAuthenticate@0 inputs: workingFile: .npmrc + - script: npm install -g npm@8 + displayName: Upgrade npm - script: npm install displayName: npm install - script: npm run build diff --git a/.azure-pipelines/build-template.yml b/.azure-pipelines/build-template.yml index 537eff1..6e0cdd2 100644 --- a/.azure-pipelines/build-template.yml +++ b/.azure-pipelines/build-template.yml @@ -29,11 +29,11 @@ jobs: inputs: versionSpec: $(versionSpec) displayName: Install node - - script: npm install -g npm@$(npmVersion) - displayName: Upgrade npm - task: NpmAuthenticate@0 inputs: workingFile: .npmrc + - script: npm install -g npm@$(npmVersion) + displayName: Upgrade npm - script: npm install displayName: npm install - script: npm run build From 6d4b8068b95f8a936761f55beaec76956a402ad1 Mon Sep 17 00:00:00 2001 From: Madala Sai Deekshitha Date: Wed, 27 May 2026 10:56:48 +0530 Subject: [PATCH 2/2] add network polices --- .azure-pipelines/azure-pipelines-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines/azure-pipelines-release.yml b/.azure-pipelines/azure-pipelines-release.yml index 97ef773..02056a5 100644 --- a/.azure-pipelines/azure-pipelines-release.yml +++ b/.azure-pipelines/azure-pipelines-release.yml @@ -17,6 +17,8 @@ resources: extends: template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates parameters: + settings: + networkIsolationPolicy: Preferred,CFSClean,NodeTool sdl: sbom: enabled: false