Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Skip publish symbols step for now
  • Loading branch information
vnbaaij authored and oneolddev committed Sep 16, 2024
commit 809d5cea8260b7e7ad08b3e1ea29ae2e6fb4fd91
8 changes: 4 additions & 4 deletions eng/pipelines/build-all-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,10 @@ extends:

# Index sources and publish symbols

- task: PublishSymbols@2
inputs:
SearchPattern: '**/bin/**/*.pdb' # string. Required. Search pattern. Default: **/bin/**/*.pdb.
SymbolServerType: 'TeamServices'
#- task: PublishSymbols@2
# inputs:
# SearchPattern: '**/bin/**/*.pdb' # string. Required. Search pattern. Default: **/bin/**/*.pdb.
# SymbolServerType: 'TeamServices'

# Since NuGet packages are generated during the build, we need to copy them to the artifacts folder.
- task: CopyFiles@2
Expand Down