Skip to content

Commit

Permalink
Revert "Publish r2r symbols"
Browse files Browse the repository at this point in the history
This reverts commit 023b994.
  • Loading branch information
EricJohnson327 committed Nov 17, 2023
1 parent 023b994 commit 9c7f1fc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,8 @@ extends:
- task: PublishSymbols@2
displayName: Publish Symbols
inputs:
SearchPattern: >-
$(Build.SourcesDirectory)\BuildOutput\**\*.pdb
$(Build.SourcesDirectory)\obj\**\*.r2r.ni.pdb
IndexSources: true
SearchPattern: '**/BuildOutput/**/*.pdb'
IndexSources: false
SymbolServerType: TeamServices
SymbolsProduct: DevHomeGitHubExtension

Expand Down

0 comments on commit 9c7f1fc

Please sign in to comment.