Try to link sources for public symbols since the source is on GH anyway #16722

Closed
opened 2026-01-31 05:20:51 +00:00 by claunia · 1 comment
Owner

Originally created by @miniksa on GitHub (Feb 8, 2022).

  - task: PowerShell@2
    displayName: Source Index PDBs
    inputs:
      filePath: build\scripts\Index-Pdbs.ps1
      arguments: -SearchDir '$(Build.SourcesDirectory)/appxsym-tmp' -SourceRoot '$(Build.SourcesDirectory)' -recursive -Verbose -CommitId $(Build.SourceVersion)
      errorActionPreference: silentlyContinue

?

Originally posted by @miniksa in https://github.com/microsoft/terminal/pull/12441#discussion_r802155336

Originally created by @miniksa on GitHub (Feb 8, 2022). ``` - task: PowerShell@2 displayName: Source Index PDBs inputs: filePath: build\scripts\Index-Pdbs.ps1 arguments: -SearchDir '$(Build.SourcesDirectory)/appxsym-tmp' -SourceRoot '$(Build.SourcesDirectory)' -recursive -Verbose -CommitId $(Build.SourceVersion) errorActionPreference: silentlyContinue ``` ? _Originally posted by @miniksa in https://github.com/microsoft/terminal/pull/12441#discussion_r802155336_
Author
Owner

@miniksa commented on GitHub (Feb 8, 2022):

Something like this should probably go into the YAML for where we're rooting out the public symbols and uploading them to the public Microsoft symbol server. This represents adding this (or whatever correct variant makes it do the thing) and checking they show up right in the debugger.

@miniksa commented on GitHub (Feb 8, 2022): Something like this should probably go into the YAML for where we're rooting out the public symbols and uploading them to the public Microsoft symbol server. This represents adding this (or whatever correct variant makes it do the thing) and checking they show up right in the debugger.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#16722