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

Open
opened 2026-01-31 05:20:46 +00:00 by claunia · 0 comments
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_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#16720