Skip to content

Commit c6372d1

Browse files
committed
changed symbolsArtifactName
1 parent 026f9a8 commit c6372d1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

eng/pipelines/dummy-release-pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ jobs:
3838
# Have kept the default version as the build ID, which is unique for each build
3939
# This will be used to identify the symbols in the symbol server
4040
SymbolsVersion: $(Build.BuildId)
41-
# Default artifact name is the build definition name and build ID
42-
# This will be used to identify the symbols in the symbol server
43-
SymbolsArtifactName: mssql-python-symbols
41+
# Ensuring the symbols are uniquely identified
42+
# MDS uses symbolsArtifactName as mds_symbols_$(System.TeamProject)_$(Build.Repository.Name)_$(Build.SourceBranchName)_$(NuGetPackageVersion)_$(System.TimelineId)
43+
SymbolsArtifactName: $(System.TeamProject)-$(Build.SourceBranchName)-$(Build.DefinitionName)-$(Build.BuildId)
4444
Pat: $(System.AccessToken)
4545

4646
- task: AzureCLI@2
4747
displayName: 'Publish symbols'
4848
env:
4949
SymbolServer: '$(SymbolServer)'
5050
SymbolTokenUri: '$(SymbolTokenUri)'
51-
requestName: '$(Build.DefinitionName)-$(Build.BuildId)'
51+
requestName: '$(System.TeamProject)-$(Build.SourceBranchName)-$(Build.DefinitionName)-$(Build.BuildId)'
5252
inputs:
5353
azureSubscription: 'mssql-python-service'
5454
scriptType: ps

0 commit comments

Comments
 (0)