Skip to content

Commit 8ecd7f4

Browse files
committed
Using guideline given by handling symbols and not publishing symbols if current pipeline will archive.
1 parent 19884c0 commit 8ecd7f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ extends:
237237
SymbolsFolder: $(Build.ArtifactStagingDirectory)/symbols
238238
SearchPattern: '**\*.pdb'
239239
SymbolServerType: TeamServices
240+
IndexSources: false
241+
PublishSymbols: false
240242
displayName: Archive symbols to VSTS
241243
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'), eq(variables['SignType'], 'real'))
242244

0 commit comments

Comments
 (0)