Skip to content

Commit

Permalink
Release build
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelThompson committed Sep 19, 2024
1 parent 208e0cf commit de1b21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline-templates/global-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ variables:
- name: semanticVersion
value: "8.0.0"
- name: isPrerelease
value: ${{ true }}
value: ${{ false }}
- name: isReleaseBranch
value: $[ or( eq(variables['Build.SourceBranch'], 'refs/heads/master'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release-') ) ]

0 comments on commit de1b21f

Please sign in to comment.