Skip to content

Commit 1ecf870

Browse files
committed
Merge branch 'dev'
2 parents 018b564 + d49b1be commit 1ecf870

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ variables:
1818
buildConfiguration: 'Release'
1919
${{ if not(eq(variables['Build.SourceBranch'], 'refs/heads/master')) }}:
2020
versionSuffix: 'beta-$(Build.BuildNumber)'
21+
${{ if eq(variables['Build.SourceBranch'], 'refs/heads/master') }}:
22+
versionSuffix: ''
2123

2224
jobs:
2325
- job: 'Linux'

0 commit comments

Comments
 (0)