Skip to content

Commit 8a916b5

Browse files
authored
Update build-pipelines.yml (#1671)
Update the minor version.
1 parent e3b65c9 commit 8a916b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pipelines/build-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ variables:
2222
buildPlatform: 'Any CPU'
2323
buildConfiguration: 'Release'
2424
major: 0
25-
minor: 8
25+
minor: 9
2626
# Maintain a separate patch value between CI and PR runs.
2727
# The counter is reset when the minor version is updated.
2828
patch: $[counter(format('{0}_{1}', variables['build.reason'], variables['minor']), 0)]

0 commit comments

Comments
 (0)