From 762ccfa3fef66122d5e226456e870acb1dfad4d5 Mon Sep 17 00:00:00 2001 From: Jared Custer Date: Wed, 7 Dec 2022 11:42:16 -0700 Subject: [PATCH] create release 7.1.0 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f94d236..1b45772 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,7 +17,7 @@ variables: codeSigningCertFileName: 'OneIdentityCodeSigning.pfx' issuerKeyStorePath: 'settings/signingstore.jks' gpgKeyName: 'brad.nicholes@oneidentity.com' - isPrerelease: ${{ true }} + isPrerelease: ${{ false }} isReleaseBranch: $[ or( eq(variables['Build.SourceBranch'], 'refs/heads/master'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release-') ) ] steps: