Skip to content

Commit

Permalink
Merge in 'release/8.x' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed Nov 10, 2023
2 parents 0c338d3 + f25df1d commit 8c7f7af
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 8c7f7af

Please sign in to comment.