From 8f553e70dbdef006a1dd4dc65a15375f489256bd Mon Sep 17 00:00:00 2001 From: Eric StJohn Date: Mon, 27 Jan 2025 15:33:03 -0800 Subject: [PATCH] Include PDB for all TfmRuntimeSpecificPackageFile Previously this would only include the PDB for the primary output which missed any other additions to TfmRuntimeSpecificPackageFile - such as those from references or packages. --- eng/packaging.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/packaging.targets b/eng/packaging.targets index 0bef49c86a16e7..a14c954df54dbc 100644 --- a/eng/packaging.targets +++ b/eng/packaging.targets @@ -133,7 +133,7 @@ - <_RuntimeSymbolPath Include="$(RuntimeSymbolPath)" /> + <_RuntimeSymbolPath Include="@(TfmRuntimeSpecificPackageFile->'%(RootDir)%(Directory)%(FileName).pdb')" Condition="'%(TfmRuntimeSpecificPackageFile.Extension)' == '.dll'" KeepMetadata="None" />