From 7f1cdf880f91bcae4891e33b1b8223648454cd2c Mon Sep 17 00:00:00 2001 From: Michael Auer Date: Mon, 24 Nov 2025 11:16:19 +0100 Subject: [PATCH] ! azure-pipelines.yml: set new and old style docker tag (2 tags) --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1429f950c..e68711ac6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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