Skip to content

Commit

Permalink
Fixing publish symbols in debug portion of pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Tape-Worm committed Oct 31, 2023
1 parent 9a94041 commit 7236f7a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,11 @@ jobs:
SymbolsFolder: '$(Build.SourcesDirectory)'
SearchPattern: |
**/bin/**/Gorgon*.pdb
!**/Dependencies/**
!**/Examples/**
IndexSources: true
IndexSources: false
PublishSymbols: true
SymbolServerType: 'teamServices'
SymbolServerType: 'TeamServices'
DetailedLog: true
TreatNotIndexedAsWarning: false
SymbolsArtifactName: 'Gorgon_Symbols_$(BuildConfiguration)'
SymbolsArtifactName: 'Gorgon_Symbols_$(BuildConfiguration)_$(Build.BuildNumber)'

0 comments on commit 7236f7a

Please sign in to comment.