Commit 43d1a9a
committed
Merged PR 51714: Merged PR 51704: Use servicing queues
Merged PR 51704: Use servicing queues
Use servicing queues
Cherry-picked from commit `709fbc0d`.
----
#### AI description (iteration 1)
#### PR Classification
This pull request updates pipeline configuration settings to correctly use servicing queues by replacing preview image references with production ones and updating release tags.
#### PR Summary
This PR modifies pipeline YAML files to align with servicing queue requirements.
- `eng/pipeline.yml`: Replaces `windows.vs2022preview.amd64` (and its `.Open` variant) with `windows.vs2022.amd64` for agent pool demands.
- `azure-pipelines.yml`: Updates the repository reference tag from `refs/tags/release` to `refs/tags/release-2025-07-08-1`.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments