Skip to content

Commit ef499fe

Browse files
authored
Revert "[release/6.0] Switch to Windows.Amd64.Server2022.Open (#39364)" (#39476)
- fix #39363 - Windows.11.Amd64.ClientPre now exists, enabling use in internal PRs - this reverts commit 2dcd7e5
1 parent 2bd9de6 commit ef499fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/targets/Helix.Common.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<HelixQueueMariner>(Mariner)Ubuntu.1804.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-1.0-helix-20210528192219-92bf620</HelixQueueMariner>
88
<HelixQueueArmDebian11>(Debian.11.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-helix-arm64v8-20211001171229-97d8652</HelixQueueArmDebian11>
99
</PropertyGroup>
10-
10+
1111
<ItemGroup Condition="'$(IsWindowsOnlyTest)' != 'true'">
1212
<HelixAvailablePlatform Include="Windows" />
1313
<HelixAvailablePlatform Include="OSX" />
@@ -21,7 +21,7 @@
2121
<!-- x64 PR(ci.yaml) required queues for internal and public cases -->
2222
<ItemGroup Condition="'$(IsRequiredCheck)' == 'true' AND '$(TargetArchitecture)' == 'x64' AND '$(IsHelixDaily)' != 'true'">
2323
<HelixAvailableTargetQueue Include="Ubuntu.1804.Amd64.Open" Platform="Linux" />
24-
<HelixAvailableTargetQueue Include="Windows.Amd64.Server2022.Open" Platform="Windows" />
24+
<HelixAvailableTargetQueue Include="Windows.11.Amd64.ClientPre.Open" Platform="Windows" />
2525
<HelixAvailableTargetQueue Include="OSX.1100.Amd64.Open" Platform="OSX" />
2626
</ItemGroup>
2727

0 commit comments

Comments
 (0)