Skip to content

Commit

Permalink
Merge pull request #42 from xuachen/symbolFolder
Browse files Browse the repository at this point in the history
Use agent jobname for for symbols folder
  • Loading branch information
AArnott authored Mar 26, 2020
2 parents 6d4f8cb + 53448b3 commit d258027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ steps:

- task: PublishSymbols@2
inputs:
SymbolsFolder: $(Build.ArtifactStagingDirectory)/symbols-Windows
SymbolsFolder: $(Build.ArtifactStagingDirectory)/symbols-$(Agent.JobName)
SearchPattern: '**/*.pdb'
IndexSources: false
SymbolServerType: TeamServices
Expand Down

0 comments on commit d258027

Please sign in to comment.