Skip to content

Add feedBaseUrl passthrough to 1ES build pipeline parameters#1477

Merged
bwateratmsft merged 2 commits into
mainfrom
copilot/add-feedbaseurl-parameter
Jun 5, 2026
Merged

Add feedBaseUrl passthrough to 1ES build pipeline parameters#1477
bwateratmsft merged 2 commits into
mainfrom
copilot/add-feedbaseurl-parameter

Conversation

Copilot AI commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

This updates the repo’s 1ES build pipeline to pass feedBaseUrl into the shared Azure DevOps template as part of the private-feed migration Phase A. The change is additive and preserves existing npmFeed behavior.

  • Pipeline parameter wiring

    • Updated .config/build.yml under extends.parameters to include feedBaseUrl from shared variables.
    • Kept npmFeed unchanged and present.
  • Resulting parameter block

    extends:
      template: azdo-pipelines/1es-mb-main.yml@azExtTemplates
      parameters:
        npmFeed: ${{ variables.npmFeed }}
        feedBaseUrl: ${{ variables.feedBaseUrl }}

Copilot AI self-assigned this Jun 5, 2026
Copilot AI review requested due to automatic review settings June 5, 2026 18:04
Copilot AI removed the request for review from Copilot June 5, 2026 18:04
Copilot AI linked an issue Jun 5, 2026 that may be closed by this pull request
Copilot AI requested review from Copilot and removed request for Copilot June 5, 2026 18:07
Copilot AI changed the title [WIP] Add feedBaseUrl parameter to 1ES build pipeline Add feedBaseUrl passthrough to 1ES build pipeline parameters Jun 5, 2026
Copilot AI requested a review from bwateratmsft June 5, 2026 18:08
@bwateratmsft bwateratmsft marked this pull request as ready for review June 5, 2026 18:31
@bwateratmsft bwateratmsft requested a review from a team as a code owner June 5, 2026 18:31
Copilot AI review requested due to automatic review settings June 5, 2026 18:31

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Azure DevOps 1ES build pipeline (.config/build.yml) to also pass through feedBaseUrl from the shared azcode.variables.yml template into the shared 1es-mb-main.yml template, supporting the private-feed migration while preserving existing npmFeed wiring.

Changes:

  • Added feedBaseUrl: ${{ variables.feedBaseUrl }} under extends.parameters in the 1ES build pipeline.
  • Kept existing npmFeed: ${{ variables.npmFeed }} behavior unchanged.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@bwateratmsft bwateratmsft enabled auto-merge (squash) June 5, 2026 18:36
auto-merge was automatically disabled June 5, 2026 18:52

Pull request was closed

@bwateratmsft bwateratmsft reopened this Jun 5, 2026
@bwateratmsft bwateratmsft merged commit 79a59eb into main Jun 5, 2026
8 of 9 checks passed
@bwateratmsft bwateratmsft deleted the copilot/add-feedbaseurl-parameter branch June 5, 2026 18:57
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.

Add feedBaseUrl parameter to 1ES build pipeline (Phase A)

4 participants