Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaCo committed Feb 14, 2021
2 parents 018b564 + d49b1be commit 1ecf870
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines-ci.yml
Expand Up @@ -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'
Expand Down

0 comments on commit 1ecf870

Please sign in to comment.