File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 44
44
<ItemGroup Condition =" '$(TargetArchitecture)' == 'arm64' AND '$(IsHelixDaily)' == 'true' AND '$(IsWindowsOnlyTest)' != 'true'" >
45
45
<
HelixAvailableTargetQueue Include =
" (Debian.9.Arm64.Open)[email protected] /dotnet-buildtools/prereqs:debian-9-helix-arm64v8-a12566d-20190807161036" Platform =
" Linux" />
46
46
</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'" >
48
49
<HelixAvailableTargetQueue Include =" Windows.10.Arm64v8.Open" Platform =" Windows" />
49
50
</ItemGroup >
50
51
</Project >
You can’t perform that action at this time.
0 commit comments