mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 14:32:10 +01:00
Merge branch 'develop' into release/4.5
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user