Skip to content

Commit

Permalink
Add PublishSymbols task
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed Aug 20, 2024
1 parent 625b76d commit fcaef9f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions eng/pipelines/build-all-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,13 @@ extends:
summaryFileLocation: '**/*.cobertura.xml'
reportDirectory: CoverageFolder

# Index sources and publish symbols

- task: PublishSymbols@2
inputs:
SearchPattern: '**/bin/**/*.pdb' # string. Required. Search pattern. Default: **/bin/**/*.pdb.
SymbolServerType: 'TeamServices'

# Since NuGet packages are generated during the build, we need to copy them to the artifacts folder.
- task: CopyFiles@2
displayName: 'Pack $(Build.BuildNumber)'
Expand Down

0 comments on commit fcaef9f

Please sign in to comment.