Skip to content

Commit 7f58658

Browse files
authored
Re-disable IsWindowsOnlyTest on ARM (#28257)
* Re-disable IsWindowsOnlyTest on ARM * Update Helix.Common.props
1 parent 9d08f17 commit 7f58658

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eng/targets/Helix.Common.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
<ItemGroup Condition="'$(TargetArchitecture)' == 'arm64' AND '$(IsHelixDaily)' == 'true' AND '$(IsWindowsOnlyTest)' != 'true'">
4545
<HelixAvailableTargetQueue Include="(Debian.9.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:debian-9-helix-arm64v8-a12566d-20190807161036" Platform="Linux" />
4646
</ItemGroup>
47-
<ItemGroup Condition="'$(TargetArchitecture)' == 'arm64' AND '$(IsHelixDaily)' == 'true'">
47+
<!-- IIS Express isn't supported on arm64 and most of the IsWindowsOnlyTests depend on it's setup scripts. -->
48+
<ItemGroup Condition="'$(TargetArchitecture)' == 'arm64' AND '$(IsHelixDaily)' == 'true' AND '$(IsWindowsOnlyTest)' != 'true'">
4849
<HelixAvailableTargetQueue Include="Windows.10.Arm64v8.Open" Platform="Windows" />
4950
</ItemGroup>
5051
</Project>

0 commit comments

Comments
 (0)