Skip to content

Commit 02eed81

Browse files
authored
Update build-pipelines.yml (#1996)
Update pipelines with next minor version - 0.11
1 parent 5fe65f8 commit 02eed81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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: 10
25+
minor: 11
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)