Skip publish symbols step for now

This commit is contained in:
Vincent Baaij 2024-09-06 15:29:48 +02:00
Родитель 10a73c3c90
Коммит f6fb727fd2
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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