You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eng/pipelines/dummy-release-pipeline.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -38,17 +38,17 @@ jobs:
38
38
# Have kept the default version as the build ID, which is unique for each build
39
39
# This will be used to identify the symbols in the symbol server
40
40
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)
0 commit comments