Skip to content

Commit efa8a0a

Browse files
Fix build version
1 parent 4b0afc2 commit efa8a0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ resources:
1010

1111
variables:
1212
- group: camera-onboarding-variable-group
13-
buildVersion: $[format('{0:yyyyMMdd}-{1}', pipeline.startTime, variables['Build.SourceVersion'])]
13+
14+
- name: buildVersion
15+
value: $[format('{0:yyyyMMdd}-{1}', pipeline.startTime, variables['Build.SourceVersion'])]
1416

1517
stages:
1618
- stage: Build

0 commit comments

Comments
 (0)