Skip to content

Commit f6fb727

Browse files
committed
Skip publish symbols step for now
1 parent 10a73c3 commit f6fb727

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

eng/pipelines/build-all-lib.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ extends:
194194

195195
# Index sources and publish symbols
196196

197-
- task: PublishSymbols@2
198-
inputs:
199-
SearchPattern: '**/bin/**/*.pdb' # string. Required. Search pattern. Default: **/bin/**/*.pdb.
200-
SymbolServerType: 'TeamServices'
197+
#- task: PublishSymbols@2
198+
# inputs:
199+
# SearchPattern: '**/bin/**/*.pdb' # string. Required. Search pattern. Default: **/bin/**/*.pdb.
200+
# SymbolServerType: 'TeamServices'
201201

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

0 commit comments

Comments
 (0)