Migrate AzDO pipelines to azdo-pipelines v2 .config model#109
Merged
Conversation
Agent-Logs-Url: https://github.com/microsoft/vscode-node-azure-pack/sessions/20668218-8864-4094-805f-eb67ca63aaf4 Co-authored-by: bwateratmsft <36966225+bwateratmsft@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Migrate repository to new Azure DevOps pipelines model
Migrate AzDO pipelines to azdo-pipelines v2 May 18, 2026
.config model
bwateratmsft
approved these changes
May 19, 2026
alexweininger
approved these changes
May 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates the repo from legacy
.azure-pipelinesdefinitions to the currentazdo-pipelinesv2 pattern used across Azure Tools repos, aligned with the referenced migration PRs and guide. It preserves the existing CI/release intent while switching to the new shared template model.Pipeline definitions moved to
.configand upgraded.azure-pipelines/1esmain.yml→.config/build.yml.config/release.yml(replacing legacy release pipeline)azdo-pipelines/1es-mb-main.ymlandazdo-pipelines/1es-mb-release-extension.ymlazext-pt/v1azdo-pipelines/azcode.variables.ymlReviewer-required wiring from reference migration applied
npmFeedparameter wiring in both build and release pipelinesreleaseServiceConnection: ${{ variables.extensionReleaseServiceConnection }}releaseApprovalEnvironment: ${{ variables.extensionReleaseApprovalEnvironment }}packageToPublish: vscode-node-azure-packLegacy/obsolete pipeline assets removed
.azure-pipelines/release.yml.azure-pipelines/SignExtension.signproj.azure-pipelines/compliance/CredScanSuppressions.json.azure-pipelines/compliance/PoliCheckExclusions.xml.azure-pipelines/compliance/tsaoptions.json→.config/tsaoptions.jsonPackaging ignore updated for new layout
.vscodeignorenow excludes.config/**instead of.azure-pipelines/**Example of the new release-template wiring:
Original prompt