From af2be100a25411db69921655070e7638fbfbcf7a Mon Sep 17 00:00:00 2001 From: Reuben Bond <203839+ReubenBond@users.noreply.github.com> Date: Tue, 8 Nov 2022 09:58:36 -0800 Subject: [PATCH] Remove default version suffix for Azure DevOps pipeline (#8109) --- .azure/pipelines/build.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.azure/pipelines/build.yaml b/.azure/pipelines/build.yaml index 6e53123c03..5e0ddaf03e 100644 --- a/.azure/pipelines/build.yaml +++ b/.azure/pipelines/build.yaml @@ -25,7 +25,6 @@ parameters: - name: version_suffix displayName: Version suffix type: string - default: ci.$(Build.BuildNumber) - name: codesign displayName: Enable code signing type: boolean