diff --git a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj index 6e118063f32d..f70515ab14fa 100644 --- a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj +++ b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj @@ -31,14 +31,33 @@ .pdb PartialCompositeAssemblyListPath.txt + true + + + + + $(GetSharedFrameworkFilesForReadyToRunDependsOn); + _AddExtensionsSymbolsToSymbolPack; + + + + + Runtime;Native + + <_AllExternalAspNetCoreAppReferences Include="@(ExternalAspNetCoreAppReference);@(_TransitiveExternalAspNetCoreAppReference)" /> + + @@ -86,6 +105,24 @@ Include="$(ArtifactsBinDir)InProcessRequestHandler\$(NativePlatform)\$(Configuration)\aspnetcorev2_inprocess.pdb" /> + + + + + @(_AllExternalAspNetCoreAppReferences, ';') + + $(FileNameList); + + + + <_TransportPdbs Include="$(PkgMicrosoft_Internal_Runtime_AspNetCore_Transport)\**\*.pdb" + Exclude="$(PkgMicrosoft_Internal_Runtime_AspNetCore_Transport)\**\*.ni.pdb" /> + + <_SymbolFilesToPackage Include="@(_TransportPdbs)" + Condition="'$(FileNameList)' != '' and $(FileNameList.Contains('%(Filename);'))" /> + + + + + Runtime;Native + + + <_AllExternalAspNetCoreAppReferences Include="@(ExternalAspNetCoreAppReference);@(_TransitiveExternalAspNetCoreAppReference)" /> + + @@ -83,6 +102,24 @@ Include="$(ArtifactsBinDir)InProcessRequestHandler\$(NativePlatform)\$(Configuration)\aspnetcorev2_inprocess.pdb" /> + + + + + @(_AllExternalAspNetCoreAppReferences, ';') + + $(FileNameList); + + + + <_TransportPdbs Include="$(PkgMicrosoft_Internal_Runtime_AspNetCore_Transport)\**\*.pdb" + Exclude="$(PkgMicrosoft_Internal_Runtime_AspNetCore_Transport)\**\*.ni.pdb" /> + + <_SymbolFilesToPackage Include="@(_TransportPdbs)" + Condition="'$(FileNameList)' != '' and $(FileNameList.Contains('%(Filename);'))" /> + + +