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.
1 parent fddc4dc commit d49b1beCopy full SHA for d49b1be
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