We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a73c3 commit f6fb727Copy full SHA for f6fb727
eng/pipelines/build-all-lib.yml
@@ -194,10 +194,10 @@ extends:
194
195
# Index sources and publish symbols
196
197
- - task: PublishSymbols@2
198
- inputs:
199
- SearchPattern: '**/bin/**/*.pdb' # string. Required. Search pattern. Default: **/bin/**/*.pdb.
200
- SymbolServerType: 'TeamServices'
+ #- task: PublishSymbols@2
+ # inputs:
+ # SearchPattern: '**/bin/**/*.pdb' # string. Required. Search pattern. Default: **/bin/**/*.pdb.
+ # SymbolServerType: 'TeamServices'
201
202
# Since NuGet packages are generated during the build, we need to copy them to the artifacts folder.
203
- task: CopyFiles@2
0 commit comments