Microsoft.Toolkit.Win32
Microsoft.Toolkit.Win32 copied to clipboard
Save symbol files (pdbs) to the pipeline artifacts
Special thanks for @azchohfi who did most of the work here and helped me along!
What is the current behavior?
Before this change, the pipeline doesn't save out the PDB files.
What is the new behavior?
After this change, the pipeline will save Microsoft.Toolkit.Win32.UI.XamlHost_stripped.pdb to artifacts.
PR Checklist
Please check if your PR fulfills the following requirements:
- [ ] Tested code with current supported SDKs
- [ ] Pull Request has been submitted to the documentation repository instructions. Link:
- [ ] Sample in sample app has been added / updated (for bug fixes / features)
- [ ] Icon has been created (if new sample) following the Thumbnail Style Guide and templates
- [ ] Tests for the changes have been added (for bug fixes / features) (if applicable)
- [ ] Header has been added to all new source files (run build/UpdateHeaders.bat)
- [ ] Contains NO breaking changes
Other information
Thanks JesseCol for opening a Pull Request! The reviewers will test the PR and highlight if there is any merge conflict or changes required. If the PR is approved we will proceed to merge the pull request 🙌