Skip to content

Commit 59a29ee

Browse files
Update issue number for async testing on arm64 (#122008)
This one is also presumably fixed. Cc @dotnet/ilc-contrib
1 parent ffa7570 commit 59a29ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/async/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<PropertyGroup>
8-
<!-- https://github.com/dotnet/runtime/issues/121878 -->
8+
<!-- https://github.com/dotnet/runtime/issues/121871 -->
99
<DisableProjectBuild Condition="'$(TestBuildMode)' == 'nativeaot' and '$(TargetArchitecture)' == 'arm64'">true</DisableProjectBuild>
1010
</PropertyGroup>
1111

0 commit comments

Comments
 (0)