Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Bunting <6431421+dougbu@users.noreply.github.com>2022-04-27 02:11:13 +0300
committerDoug Bunting <6431421+dougbu@users.noreply.github.com>2022-04-27 02:11:13 +0300
commitc41bb511267437411da0c3c8dd3fe0a8750fe752 (patch)
treedcdf12121f921cd760d35addf29253a49bed4a13
parent306e6fd5aa96c51432db135884ea7e6b6535d219 (diff)
!fixup! Remove Windows.10.Arm64v8.Open queuedougbu/dont.ignore.failed.sources
- `dotnet-trace` is not supported on Windows ARM64
-rw-r--r--eng/targets/Helix.Common.props4
1 files changed, 0 insertions, 4 deletions
diff --git a/eng/targets/Helix.Common.props b/eng/targets/Helix.Common.props
index 889be1562a..a55dde42a6 100644
--- a/eng/targets/Helix.Common.props
+++ b/eng/targets/Helix.Common.props
@@ -53,10 +53,6 @@
<!-- Windows -->
<HelixAvailableTargetQueue Include="Windows.10.Amd64.Server20H2.Open" Platform="Windows" />
<HelixAvailableTargetQueue Include="Windows.Amd64.Server2022.Open" Platform="Windows" />
-
- <!-- IIS Express isn't supported on arm64 and most of the IsWindowsOnlyTests depend on its setup scripts. -->
- <HelixAvailableTargetQueue Include="Windows.10.Arm64v8.Open" Platform="Windows"
- Condition=" '$(IsWindowsOnlyTest)' != 'true' "/>
</ItemGroup>
</Otherwise>
</Choose>