Temporarily disable pdb2pdb to get single feed working. The tool is not available in the nuget feed. We can add a separate build step to do this at a later time. pdb2pdb is needed to convert the portable .pdbs to full .pdbs for older .NET versions. For .NET 6.0, the portable .pdbs should be sufficient.
If this package is added back, it should be "Microsoft.DiaSymReader.Pdb2Pdb", as this was previously changed in error.
portable
.pdbs tofull
.pdbs for older .NET versions. For .NET 6.0, the portable .pdbs should be sufficient."Microsoft.DiaSymReader.Pdb2Pdb"
, as this was previously changed in error.