From d49b1be395a56815e153da36cffbf729130f21da Mon Sep 17 00:00:00 2001 From: MichaC Date: Sun, 14 Feb 2021 17:17:38 +0100 Subject: [PATCH] Another version suffix change for Azure Pipelines --- azure-pipelines-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index 66950d5c..75a485cf 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -18,6 +18,8 @@ variables: buildConfiguration: 'Release' ${{ if not(eq(variables['Build.SourceBranch'], 'refs/heads/master')) }}: versionSuffix: 'beta-$(Build.BuildNumber)' + ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/master') }}: + versionSuffix: '' jobs: - job: 'Linux'