[PR #11852] Tell PublishSymbols task about binaries as well as the PDB files #28772

Open
opened 2026-01-31 09:30:39 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/11852

State: closed
Merged: Yes


We have been advised to give not only the PDB paths, but paths to the EXE and DLL files we produce, to the PublishSymbols build task. We are assured by our engineering systems teams that enlightening the task to all of this information helps it hook things up better somewhere between our build machine and the symbol server such that debugging is more robust, especially around thrown exception stacks.

PR Checklist

  • Closes #11737 - main fix for feeding EXEs and DLLs into the symbol publisher
  • Closes #11860 - bonus fix because I noticed the PDB source linking wasn't working
  • I work here.
  • If it fits, it sits.
**Original Pull Request:** https://github.com/microsoft/terminal/pull/11852 **State:** closed **Merged:** Yes --- We have been advised to give not only the PDB paths, but paths to the EXE and DLL files we produce, to the PublishSymbols build task. We are assured by our engineering systems teams that enlightening the task to all of this information helps it hook things up better somewhere between our build machine and the symbol server such that debugging is more robust, especially around thrown exception stacks. ## PR Checklist * [x] Closes #11737 - main fix for feeding EXEs and DLLs into the symbol publisher * [x] Closes #11860 - bonus fix because I noticed the PDB source linking wasn't working * [x] I work here. * [x] If it fits, it sits.
claunia added the pull-request label 2026-01-31 09:30:39 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28772