Skip to content

Commit 8c7f7af

Browse files
committed
Merge in 'release/8.x' changes
2 parents 0c338d3 + f25df1d commit 8c7f7af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/archives/dotnet-monitor-base/Package.props

+8
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@
6767
<SymbolFileToArchive Include="@(MonitorProfilerSymbolsFile->WithMetadataValue('TargetRid', '$(RuntimeIdentifier)'))">
6868
<PackagePath>shared\$(RuntimeIdentifier)\native\</PackagePath>
6969
</SymbolFileToArchive>
70+
<SymbolFileToArchive Include="@(MutatingMonitorProfilerSymbolsFile->WithMetadataValue('TargetRid', '$(RuntimeIdentifier)'))">
71+
<PackagePath>shared\$(RuntimeIdentifier)\native\</PackagePath>
72+
</SymbolFileToArchive>
73+
<!-- Symbols are not created for static libraries on non-Windows platforms -->
74+
<SymbolFileToArchive Include="@(CommonMonitorProfilerSymbolsFile->WithMetadataValue('TargetRid', '$(RuntimeIdentifier)'))"
75+
Condition="$(RuntimeIdentifier.Contains(win))">
76+
<PackagePath>shared\$(RuntimeIdentifier)\native\</PackagePath>
77+
</SymbolFileToArchive>
7078
<!-- Startup hook symbols -->
7179
<SymbolFileToArchive Include="$(StartupHookSymbolsPath)">
7280
<PackagePath>shared\any\$(StartupHookTargetFramework)\</PackagePath>

0 commit comments

Comments
 (0)