Skip to content

Instantly share code, notes, and snippets.

@prettycode
Last active October 11, 2024 15:39
Show Gist options
  • Save prettycode/d71d99822d03debd06b5ed8298c39917 to your computer and use it in GitHub Desktop.
Save prettycode/d71d99822d03debd06b5ed8298c39917 to your computer and use it in GitHub Desktop.
Composite version number for builds in Azure DevOps YAML CD/CD pipeline.
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