We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe65f8 commit 02eed81Copy full SHA for 02eed81
.pipelines/build-pipelines.yml
@@ -22,7 +22,7 @@ variables:
22
buildPlatform: 'Any CPU'
23
buildConfiguration: 'Release'
24
major: 0
25
- minor: 10
+ minor: 11
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