Skip to content

Commit 81581ad

Browse files
committed
Swap out Win11 for Win-VS2022 in CI
1 parent 6b2fb91 commit 81581ad

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.azure/pipelines/helix-matrix.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# We only want to run full helix matrix on main
2-
pr: none
32
trigger: none
3+
pr:
4+
branches:
5+
include:
6+
- main
7+
paths:
8+
include:
9+
- src/Servers/IIS/*
10+
- src/Servers/HttpSys/*
411
schedules:
512
# Cron timezone is UTC.
613
- cron: "0 */12 * * *"

eng/targets/Helix.Common.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<ItemGroup>
3131
<HelixAvailableTargetQueue Include="Ubuntu.2004.Amd64.Open" Platform="Linux" />
3232
<HelixAvailableTargetQueue Include="OSX.15.Amd64.Open" Platform="OSX" />
33-
<HelixAvailableTargetQueue Include="Windows.11.Amd64.Client.Open" Platform="Windows" />
33+
<HelixAvailableTargetQueue Include="Windows.Amd64.VS2022.Pre.Open" Platform="Windows" />
3434
</ItemGroup>
3535
</When>
3636
<Otherwise>
@@ -52,7 +52,7 @@
5252

5353
<!-- Windows -->
5454
<HelixAvailableTargetQueue Include="Windows.Amd64.Server2022.Open" Platform="Windows" />
55-
<HelixAvailableTargetQueue Include="Windows.Amd64.VS2022.Pre.Open" Platform="Windows" />
55+
<HelixAvailableTargetQueue Include="Windows.11.Amd64.Client.Open" Platform="Windows" />
5656

5757
<!-- IIS Express isn't supported on arm64 and most of the IsWindowsOnlyTests depend on its setup scripts. -->
5858
<HelixAvailableTargetQueue Include="windows.11.arm64.open" Platform="Windows"

0 commit comments

Comments
 (0)