From a001b63c4c9c6ee450d1c211d295f20d2efe977e Mon Sep 17 00:00:00 2001 From: Meera Ruxmohan Date: Wed, 9 Oct 2024 17:34:22 -0700 Subject: [PATCH] Publish symbols for slngen package assemblies (#617) * Publish symbols for slngen package assemblies * Update azure-pipelines-official.yml * Update azure-pipelines-official.yml --- azure-pipelines-official.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 63a85de..527eff9 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -71,3 +71,9 @@ extends: inputs: solution: '**\*.sln' msbuildArgs: '$(MSBuildArgs)' + - task: PublishSymbols@2 + displayName: 'Publish Symbols' + inputs: + SearchPattern: '**/bin/**/*.pdb' + IndexSources: false + SymbolServerType: TeamServices