[release/10.0] Skip non-template tests in internal Windows test jobs#65301
Merged
wtgodbe merged 3 commits intorelease/10.0from Feb 3, 2026
Merged
[release/10.0] Skip non-template tests in internal Windows test jobs#65301wtgodbe merged 3 commits intorelease/10.0from
wtgodbe merged 3 commits intorelease/10.0from
Conversation
…est job Co-authored-by: wtgodbe <14283640+wtgodbe@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Backport PR 65211 to release 10.0
[release/10.0] Skip non-template tests in internal Windows test jobs
Feb 2, 2026
wtgodbe
requested changes
Feb 2, 2026
| displayName: Install Node 20.x | ||
| inputs: | ||
| versionSpec: 20.x | ||
| - ${{ if and(eq(parameters.agentOs, 'Windows'), eq(parameters.isAzDOTestingJob, true)) }}: |
Contributor
Author
There was a problem hiding this comment.
Done. Restored the first Chrome installation block in commit 28152b6.
Co-authored-by: wtgodbe <14283640+wtgodbe@users.noreply.github.com>
wtgodbe
approved these changes
Feb 2, 2026
Member
|
/azp run |
|
Azure Pipelines successfully started running 3 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 #65211 to release/10.0
Description
Skips non-template tests in internal Windows CI jobs to avoid restoring vulnerable Kestrel 2.2 packages, now disallowed by SFI. Internal builds only need template dependencies registered for Component Governance.
Changes:
/p:OnlyTestProjectTemplates=trueto internal Windows test job build argsSYSTEM_TEAMPROJECTconditionNote: The release/10.0 branch retains the first Chrome installation block (line ~184) which differs from the main branch backport source. Only the second Chrome installation is removed.
Customer Impact
None. Infrastructure-only change affecting internal CI builds.
Regression?
Risk
Infrastructure change scoped to internal builds only. Does not affect product code or public CI.
Verification
Verified changes are appropriate for release/10.0 branch requirements.
Packaging changes reviewed?
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.