We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4291855 + ef080c9 commit 9834f7bCopy full SHA for 9834f7b
1 file changed
pipeline-templates/global-variables.yml
@@ -14,7 +14,7 @@ variables:
14
- name: semanticVersion
15
value: "8.2.0"
16
- name: isPrerelease
17
- value: ${{ false }}
+ value: ${{ true }}
18
- name: isReleaseBranch
19
value: $[ or( eq(variables['Build.SourceBranch'], 'refs/heads/master'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release-') ) ]
20
- name: NODE_OPTIONS
0 commit comments