|
26 | 26 | </ItemGroup>
|
27 | 27 |
|
28 | 28 | <!-- queues for helix-matrix.yml pipeline -->
|
29 |
| - <ItemGroup Condition="'$(IsWindowsOnlyTest)' != 'true' AND '$(TargetArchitecture)' == 'x64' AND '$(IsHelixDaily)' == 'true'"> |
30 |
| - <HelixAvailableTargetQueue Include="Windows.7.Amd64.Open" Platform="Windows" /> |
31 |
| - <HelixAvailableTargetQueue Include="Windows.81.Amd64.Open" Platform="Windows" /> |
32 |
| - <HelixAvailableTargetQueue Include="Windows.10.Amd64.Server20H1.Open" Platform="Windows" /> |
| 29 | + <ItemGroup Condition="'$(TargetArchitecture)' == 'x64' AND '$(IsHelixDaily)' == 'true' AND '$(IsWindowsOnlyTest)' != 'true'"> |
33 | 30 | <HelixAvailableTargetQueue Include="Ubuntu.1804.Amd64.Open" Platform="Linux" />
|
34 | 31 | <HelixAvailableTargetQueue Include="Ubuntu.2004.Amd64.Open" Platform="Linux" />
|
35 | 32 | <HelixAvailableTargetQueue Include="OSX.1100.Amd64.Open" Platform="Linux" />
|
36 | 33 | <HelixAvailableTargetQueue Include="Debian.9.Amd64.Open" Platform="Linux" />
|
37 | 34 | <HelixAvailableTargetQueue Include="Redhat.7.Amd64.Open" Platform="Linux" />
|
38 | 35 | < HelixAvailableTargetQueue Include= "(Fedora.28.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-28-helix-09ca40b-20190508143249" Platform= "Linux" />
|
| 36 | + </ItemGroup> |
| 37 | + <ItemGroup Condition="'$(TargetArchitecture)' == 'x64' AND '$(IsHelixDaily)' == 'true'"> |
| 38 | + <HelixAvailableTargetQueue Include="Windows.7.Amd64.Open" Platform="Windows" /> |
| 39 | + <HelixAvailableTargetQueue Include="Windows.81.Amd64.Open" Platform="Windows" /> |
39 | 40 | </ItemGroup>
|
40 | 41 |
|
41 | 42 | <!-- arm64 queues for helix-matrix.yml pipeline -->
|
42 |
| - <ItemGroup Condition="'$(IsWindowsOnlyTest)' != 'true' AND '$(TargetArchitecture)' == 'arm64' AND '$(IsHelixDaily)' == 'true'"> |
43 |
| - <HelixAvailableTargetQueue Include="Windows.10.Arm64.Open" Platform="Windows" /> |
| 43 | + <ItemGroup Condition="'$(TargetArchitecture)' == 'arm64' AND '$(IsHelixDaily)' == 'true' AND '$(IsWindowsOnlyTest)' != 'true'"> |
44 | 44 | < HelixAvailableTargetQueue Include= "(Debian.9.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:debian-9-helix-arm64v8-a12566d-20190807161036" Platform= "Linux" />
|
45 | 45 | </ItemGroup>
|
| 46 | + <ItemGroup Condition="'$(TargetArchitecture)' == 'arm64' AND '$(IsHelixDaily)' == 'true'"> |
| 47 | + <HelixAvailableTargetQueue Include="Windows.10.Arm64.Open" Platform="Windows" /> |
| 48 | + </ItemGroup> |
46 | 49 | </Project>
|
0 commit comments