We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b65c9 commit 8a916b5Copy full SHA for 8a916b5
1 file changed
.pipelines/build-pipelines.yml
@@ -22,7 +22,7 @@ variables:
22
buildPlatform: 'Any CPU'
23
buildConfiguration: 'Release'
24
major: 0
25
- minor: 8
+ minor: 9
26
# Maintain a separate patch value between CI and PR runs.
27
# The counter is reset when the minor version is updated.
28
patch: $[counter(format('{0}_{1}', variables['build.reason'], variables['minor']), 0)]
0 commit comments