Skip to content

Add npmFeed parameter and shared variables template to pipeline templates#364

Merged
bwateratmsft merged 3 commits into
mainfrom
copilot/add-npmfeed-to-pipeline-templates
May 12, 2026
Merged

Add npmFeed parameter and shared variables template to pipeline templates#364
bwateratmsft merged 3 commits into
mainfrom
copilot/add-npmfeed-to-pipeline-templates

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 12, 2026

Threads npmFeed through both ADO pipeline templates so they can resolve packages from internal NPM feeds via the shared vscode-azuretools template parameter.

Changes

  • .config/build.yml — add shared AZCode variables template reference (azdo-pipelines/azcode.variables.yml@azExtTemplates) and npmFeed: ${{ variables.npmFeed }} to extends.parameters
  • .config/release.yml — add npmFeed: ${{ variables.npmFeed }} to extends.parameters

The npmFeed variable is sourced from azdo-pipelines/azcode.variables.yml@azExtTemplates, which is now included in both pipeline configs.

Original prompt

In this repository, add the npmFeed parameter to the Azure DevOps pipeline templates in .config/build.yml and .config/release.yml. Specifically: In .config/build.yml, add 'npmFeed: ${{ variables.npmFeed }}' as a new line under the 'extends.parameters' section (at the end of the parameters list). In .config/release.yml, add 'npmFeed: ${{ variables.npmFeed }}' as a new line under the 'extends.parameters' section (at the end of the parameters list). This enables the pipelines to use internal NPM feeds. See microsoft/vscode-containers#471 for reference.

Copilot AI changed the title [WIP] Add npmFeed parameter to Azure DevOps pipeline templates Add npmFeed parameter to build and release pipeline templates May 12, 2026
Copilot AI requested a review from bwateratmsft May 12, 2026 13:47
@bwateratmsft bwateratmsft marked this pull request as ready for review May 12, 2026 13:59
@bwateratmsft bwateratmsft requested a review from a team as a code owner May 12, 2026 13:59
Copilot AI review requested due to automatic review settings May 12, 2026 13:59
@bwateratmsft bwateratmsft enabled auto-merge (squash) May 12, 2026 14:00

This comment was marked as resolved.

@bwateratmsft

This comment was marked as resolved.

This comment was marked as resolved.

Copilot AI changed the title Add npmFeed parameter to build and release pipeline templates Add npmFeed parameter and shared variables template to pipeline templates May 12, 2026
Copilot AI requested a review from bwateratmsft May 12, 2026 14:10
@bwateratmsft bwateratmsft enabled auto-merge (squash) May 12, 2026 14:19
@bwateratmsft bwateratmsft merged commit 594506f into main May 12, 2026
2 checks passed
@bwateratmsft bwateratmsft deleted the copilot/add-npmfeed-to-pipeline-templates branch May 12, 2026 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants