Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<!-- On NativeAOT a non-Exception thrown after a suspension point is not surfaced
as a RuntimeWrappedException; it terminates the process instead of faulting the
Task. Blocked on NativeAOT pending a follow-up issue to fix that behavior. -->
Task. Blocked on NativeAOT pending https://github.com/dotnet/runtime/issues/131111. -->
<DisableProjectBuild Condition="'$(TestBuildMode)' == 'nativeaot'">true</DisableProjectBuild>
</PropertyGroup>
<ItemGroup>
Expand Down
Loading