Skip to content

Commit

Permalink
Fix beta check when generating build number (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kencdk authored Nov 15, 2021
1 parent 6029c18 commit 81b0f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ stages:
- bash: |
echo "##vso[build.updatebuildnumber]$(major).$(minor).$(patch)"
echo "##vso[task.setvariable variable=assemblyVersionStr]$(major).$(minor).$(patch)"
condition: ne(variables['beta'], false)
condition: ne(variables['beta'], true)
name: SetMasterBuildName
- bash: |
echo "##vso[build.updatebuildnumber]$(major).$(minor).$(patch)-beta"
Expand Down

0 comments on commit 81b0f02

Please sign in to comment.