Skip to content

Commit

Permalink
Publish symbols for slngen package assemblies (#617)
Browse files Browse the repository at this point in the history
* Publish symbols for slngen package assemblies

* Update azure-pipelines-official.yml

* Update azure-pipelines-official.yml
  • Loading branch information
mruxmohan4 authored Oct 10, 2024
1 parent a4a2396 commit a001b63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,9 @@ extends:
inputs:
solution: '**\*.sln'
msbuildArgs: '$(MSBuildArgs)'
- task: PublishSymbols@2
displayName: 'Publish Symbols'
inputs:
SearchPattern: '**/bin/**/*.pdb'
IndexSources: false
SymbolServerType: TeamServices

0 comments on commit a001b63

Please sign in to comment.