Switch publish jobs to -Svc pools for release/9.0#16750
Closed
missymessa wants to merge 2 commits intorelease/9.0from
Closed
Switch publish jobs to -Svc pools for release/9.0#16750missymessa wants to merge 2 commits intorelease/9.0from
missymessa wants to merge 2 commits intorelease/9.0from
Conversation
Servicing branches should use -Svc pools for proper billing separation (COGS) and queue isolation. The dynamic pool-providers.yml expression was not correctly routing these builds to the -Svc pool. Hardcode -Svc pool names directly since this branch will always be a servicing branch. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Replace hardcoded NetCore1ESPool-Publishing-Internal with the DncEngInternalBuildPool variable so publish jobs use -Svc pools on release branches via pool-providers.yml dynamic resolution. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Apr 24, 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.
Replace hardcoded
NetCore1ESPool-Publishing-Internalwith theDncEngInternalBuildPoolvariable so publish/post-build jobs use -Svc pools on release branches viapool-providers.ymldynamic resolution.Changes
publish-build-assets.yml:NetCore1ESPool-Publishing-Internal→ ``post-build.yml:NetCore1ESPool-Publishing-Internal→ ``Context
The Publish Assets stage was hardcoded to use
NetCore1ESPool-Publishing-Internalregardless of branch. Sincepool-providers.ymlis already imported in these templates, using the variable ensures release branch builds run on -Svc pools as intended.