Skip to content

Commit

Permalink
Add mutating profiler symbols to symbols package (#5657)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 10, 2023
1 parent 177b129 commit f25df1d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/archives/dotnet-monitor-base/Package.props
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@
<SymbolFileToArchive Include="@(MonitorProfilerSymbolsFile->WithMetadataValue('TargetRid', '$(RuntimeIdentifier)'))">
<PackagePath>shared\$(RuntimeIdentifier)\native\</PackagePath>
</SymbolFileToArchive>
<SymbolFileToArchive Include="@(MutatingMonitorProfilerSymbolsFile->WithMetadataValue('TargetRid', '$(RuntimeIdentifier)'))">
<PackagePath>shared\$(RuntimeIdentifier)\native\</PackagePath>
</SymbolFileToArchive>
<!-- Symbols are not created for static libraries on non-Windows platforms -->
<SymbolFileToArchive Include="@(CommonMonitorProfilerSymbolsFile->WithMetadataValue('TargetRid', '$(RuntimeIdentifier)'))"
Condition="$(RuntimeIdentifier.Contains(win))">
<PackagePath>shared\$(RuntimeIdentifier)\native\</PackagePath>
</SymbolFileToArchive>
<!-- Startup hook symbols -->
<SymbolFileToArchive Include="$(StartupHookSymbolsPath)">
<PackagePath>shared\any\$(StartupHookTargetFramework)\</PackagePath>
Expand Down

0 comments on commit f25df1d

Please sign in to comment.