We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 018b564 + d49b1be commit 1ecf870Copy full SHA for 1ecf870
azure-pipelines-ci.yml
@@ -18,6 +18,8 @@ variables:
18
buildConfiguration: 'Release'
19
${{ if not(eq(variables['Build.SourceBranch'], 'refs/heads/master')) }}:
20
versionSuffix: 'beta-$(Build.BuildNumber)'
21
+ ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/master') }}:
22
+ versionSuffix: ''
23
24
jobs:
25
- job: 'Linux'
0 commit comments