build: pool with larger mem sku#3122
Merged
Merged
Conversation
jingjingjia-ms
approved these changes
May 14, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Azure DevOps CI pipeline configuration to use a higher-memory Windows pool and modifies CI trigger behavior.
Changes:
- Switches the 1ES pipeline
poolconfiguration to1es-windows-ps-compute-m. - Removes the
trigger.branchesfilter (previously limited tomain), leaving only path and tag filters.
Comments suppressed due to low confidence (1)
.azure-pipelines/ci-build.yml:11
- The PR description says “Discontinue running on commit to main”, but this change removes the
trigger.branchesfilter entirely. In Azure Pipelines YAML, omittingtrigger.branchesdefaults to triggering on all branches, which would still includemain(and may expand CI to other branches). If the goal is to stop CI runs onmain, consider settingtrigger: noneor explicitly excludingmainundertrigger.branches.
trigger:
paths:
include:
- src/*
tags:
include:
- '*'
pr: none
MIchaelMainer
added a commit
that referenced
this pull request
May 14, 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.
Release-As: 6.0.3
Discontinue running on commit to main
Microsoft Reviewers: Open in CodeFlow