From ef080c976e4af9aa65881b0e66b03811d8c47c5e Mon Sep 17 00:00:00 2001 From: "Prabha S (ps)" Date: Tue, 16 Sep 2025 02:29:30 -0700 Subject: [PATCH] Reset the isPrerelease --- pipeline-templates/global-variables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline-templates/global-variables.yml b/pipeline-templates/global-variables.yml index b15445c..3e0bbcf 100644 --- a/pipeline-templates/global-variables.yml +++ b/pipeline-templates/global-variables.yml @@ -14,7 +14,7 @@ variables: - name: semanticVersion value: "8.2.0" - name: isPrerelease - value: ${{ false }} + value: ${{ true }} - name: isReleaseBranch value: $[ or( eq(variables['Build.SourceBranch'], 'refs/heads/master'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release-') ) ] - name: NODE_OPTIONS