[release/9.0] Use WIF for OneLocBuild in DevDiv - #17418
Merged
missymessa merged 3 commits intoAug 27, 2026
Merged
Conversation
Acquire a short-lived Ceapex feed token in both supported Azure DevOps projects so DevDiv consumers no longer fall back to dn-bot-ceapex-package-r. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 42b6e46d-b9c0-4558-856d-1d1bdb50609d
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 42b6e46d-b9c0-4558-856d-1d1bdb50609d
Contributor
There was a problem hiding this comment.
Pull request overview
Backports the release/9.0 update to allow OneLocBuild to use a project-scoped WIF (Entra) service connection in DevDiv in addition to dnceng/internal, while retaining the PAT-based fallback path and documenting the behavior for template consumers.
Changes:
- Extend the federated-token acquisition and Ceapex feed auth selection logic to include the
DevDivAzure DevOps project. - Update OneLocBuild template documentation to describe the new
CeapexServiceConnectionparameter behavior and DevDiv authorization requirement.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| eng/common/core-templates/job/onelocbuild.yml | Enables WIF-based Ceapex auth in DevDiv by expanding the TeamProject gating logic. |
| Documentation/OneLocBuild.md | Documents the CeapexServiceConnection parameter and its supported-project behavior. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Preserve the latest GitHub App authentication changes while adding Ceapex WIF for DevDiv and clarifying the PAT fallback documentation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 42b6e46d-b9c0-4558-856d-1d1bdb50609d
mmitche
approved these changes
Aug 27, 2026
missymessa
enabled auto-merge (squash)
August 27, 2026 14:46
Member
Author
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
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.
Backport of #17415 for Arcade consumers pinned to release/9.0. Enables the existing Ceapex WIF path for DevDiv/DevDiv while preserving PAT fallback for other projects and explicit opt-out callers. The affected DevDiv pipelines have been authorized for the project-scoped service connection. Relates to AB#10151.