Last active
October 11, 2024 15:39
-
-
Save prettycode/d71d99822d03debd06b5ed8298c39917 to your computer and use it in GitHub Desktop.
Composite version number for builds in Azure DevOps YAML CD/CD pipeline.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parameters: | |
- name: compositeVersionId | |
type: string | |
default: '$(Build.SourceBranchName)-$(Build.BuildId)-$(Build.BuildNumber)-$(System.JobAttempt)' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment