Skip to content

Commit

Permalink
chore: publish symbols to SymWeb (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 authored Nov 5, 2024
1 parent 3fa484a commit 19b849e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ steps:
- task: PublishSymbols@2
inputs:
IndexSources: false # Unsupported source provider 'GitHub' for source indexing.
SymbolsFolder: $(Build.SourcesDirectory)/zeromq.js
SearchPattern: '**/*.pdb'
SymbolsFolder: $(Build.SourcesDirectory)/zeromq.js/build
SearchPattern: '**\*.pdb'
SymbolServerType: TeamServices
ArtifactServices.Symbol.AccountName: microsoft
ArtifactServices.Symbol.PAT: $(System.AccessToken)
ArtifactServices.Symbol.UseAAD: false
displayName: Publish Symbols

- task: ArchiveFiles@2
Expand Down

0 comments on commit 19b849e

Please sign in to comment.