! azure-pipelines.yml: set new and old style docker tag (2 tags)

This commit is contained in:
Michael Auer
2025-11-24 11:16:19 +01:00
parent 9383e2035b
commit 7f1cdf880f

View File

@@ -24,7 +24,9 @@ variables:
- name: 'CommitHash'
value: $[replace(variables['Build.SourceVersion'], format('{0}-', variables['Build.SourceBranchName']), '')]
- name: 'DockerTag'
value: '$(Major).$(Minor).$(Patch)-$(DockerTagSourceBranch)-$(CommitHash)'
value: |
$(Build.BuildNumber)-$(Build.SourceVersion)
$(Major).$(Minor).$(Patch)-$(DockerTagSourceBranch)-$(CommitHash)
jobs:
- job: unittests