We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7baffba commit fde31a6Copy full SHA for fde31a6
src/tests/async/Directory.Build.targets
@@ -5,9 +5,6 @@
5
</PropertyGroup>
6
7
<PropertyGroup>
8
- <!-- https://github.com/dotnet/runtime/issues/121872 -->
9
- <DisableProjectBuild Condition="'$(TestBuildMode)' == 'nativeaot' and '$(TargetArchitecture)' == 'x86'">true</DisableProjectBuild>
10
-
11
<!-- https://github.com/dotnet/runtime/issues/121878 -->
12
<DisableProjectBuild Condition="'$(TestBuildMode)' == 'nativeaot' and '$(TargetArchitecture)' == 'arm64'">true</DisableProjectBuild>
13
0 commit comments