We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a20d071 + e0b9e88 commit 29de27aCopy full SHA for 29de27a
1 file changed
pipeline-templates/global-variables.yml
@@ -14,7 +14,7 @@ variables:
14
- name: semanticVersion
15
value: "8.2.2"
16
- name: isPrerelease
17
- value: ${{ true }}
+ value: ${{ false }}
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