Skip to content

Commit

Permalink
Add branch counter variables for daily package builds (#21523)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapatwardhan committed Apr 24, 2024
1 parent 2ea9f9f commit 0c64fe1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pipelines/PowerShell-Packages-Official.yml
Expand Up @@ -44,6 +44,10 @@ variables:
- name: LinuxContainerImage
value: mcr.microsoft.com/onebranch/cbl-mariner/build:2.0
- group: mscodehub-feed-read-akv
- name: branchCounterKey
value: $[format('{0:yyyyMMdd}-{1}', pipeline.startTime,variables['Build.SourceBranch'])]
- name: branchCounter
value: $[counter(variables['branchCounterKey'], 1)]

resources:
pipelines:
Expand Down

0 comments on commit 0c64fe1

Please sign in to comment.