Skip to content

Commit

Permalink
Merge pull request #361
Browse files Browse the repository at this point in the history
version
  • Loading branch information
yermak committed Dec 29, 2021
2 parents bac8f37 + cd3f709 commit 0208959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ trigger:


variables:
VERSION: 99.99
VERSION: 99.98
BUILD_COUNTER: $[counter(variables['VERSION'], 0)]
APP_VERSION: '$(VERSION).$(BUILD_COUNTER)'

Expand Down
2 changes: 1 addition & 1 deletion release-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trigger:

variables:
# APP_VERSION: '5.4.$(Build.BuildNumber)'
VERSION: 5.6
VERSION: 6.0
BUILD_COUNTER: $[counter(variables['VERSION'], 0)]
APP_VERSION: '$(VERSION).$(BUILD_COUNTER)'

Expand Down

0 comments on commit 0208959

Please sign in to comment.