diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9ab9c5712..7e683d39f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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)' \ No newline at end of file + SymbolsArtifactName: 'Gorgon_Symbols_$(BuildConfiguration)_$(Build.BuildNumber)' \ No newline at end of file