Skip to content

Commit b062d1b

Browse files
authored
[Helix] Reenable win8 helix queue (#21552)
1 parent c4f6e14 commit b062d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/targets/Helix.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<!-- daily scheduled only queues -->
2929
<ItemGroup Condition="'$(IsWindowsOnlyTest)' != 'true' AND '$(TargetArchitecture)' == 'x64' AND '$(IsHelixDaily)' == 'true'">
3030
<HelixAvailableTargetQueue Include="Windows.7.Amd64.Open" Platform="Windows" />
31+
<HelixAvailableTargetQueue Include="Windows.81.Amd64.Open" Platform="Windows" />
3132
<HelixAvailableTargetQueue Include="Ubuntu.1804.Amd64.Open" Platform="Linux" />
32-
<HelixAvailableTargetQueue Include="OSX.1014.Amd64.Open" Platform="Linux" />
3333
<HelixAvailableTargetQueue Include="Centos.7.Amd64.Open" Platform="Linux" />
3434
<HelixAvailableTargetQueue Include="Debian.8.Amd64.Open" Platform="Linux" />
3535
<HelixAvailableTargetQueue Include="Debian.9.Amd64.Open" Platform="Linux" />

0 commit comments

Comments
 (0)