Skip to content

Commit c80c4a0

Browse files
committed
Add XUnitLogChecker to the list
1 parent 43fd8aa commit c80c4a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/Common/XUnitLogChecker/XUnitLogChecker.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<PublishAot Condition="'$(UseNativeAotForComponents)' == 'true'">true</PublishAot>
1010
<PublishSingleFile Condition="'$(UseNativeAotForComponents)' != 'true'">true</PublishSingleFile>
1111
<SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings>
12+
<!-- Workaround for dsymutil module cache errors on Apple platforms until https://github.com/dotnet/runtime/pull/123386 -->
13+
<!-- See https://github.com/dotnet/runtime/issues/123687 -->
14+
<StripSymbols Condition="'$(PortableOS)' == 'osx' or '$(PortableOS)' == 'ios' or '$(PortableOS)' == 'tvos' or '$(PortableOS)' == 'maccatalyst'">false</StripSymbols>
1215
</PropertyGroup>
1316

1417
<ItemGroup>

0 commit comments

Comments
 (0)