Skip to content

Commit

Permalink
Fix missing timestamper variable
Browse files Browse the repository at this point in the history
  • Loading branch information
CZEMacLeod committed Aug 11, 2024
1 parent e1c1256 commit 164e35e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ variables:
value: '$(Agent.MachineName)'
- name: buildUser
value: '$(Build.QueuedBy)'

- name: 'timestamper'
value: ${{ parameters.timestamper }}

steps:
- checkout: self
clean: true
Expand Down

0 comments on commit 164e35e

Please sign in to comment.