Skip to content

Commit f70d2d7

Browse files
Refactor build version tag
1 parent efa8a0a commit f70d2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variables:
1212
- group: camera-onboarding-variable-group
1313

1414
- name: buildVersion
15-
value: $[format('{0:yyyyMMdd}-{1}', pipeline.startTime, variables['Build.SourceVersion'])]
15+
value: $[format('{0:yyyyMMdd}-{1}', pipeline.startTime, variables['Build.SourceVersionShort'])]
1616

1717
stages:
1818
- stage: Build

0 commit comments

Comments
 (0)