File tree 1 file changed +8
-0
lines changed
src/archives/dotnet-monitor-base
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 67
67
<SymbolFileToArchive Include =" @(MonitorProfilerSymbolsFile->WithMetadataValue('TargetRid', '$(RuntimeIdentifier)'))" >
68
68
<PackagePath >shared\$(RuntimeIdentifier)\native\</PackagePath >
69
69
</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 >
70
78
<!-- Startup hook symbols -->
71
79
<SymbolFileToArchive Include =" $(StartupHookSymbolsPath)" >
72
80
<PackagePath >shared\any\$(StartupHookTargetFramework)\</PackagePath >
You can’t perform that action at this time.
0 commit comments