We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4bb3d3 commit f48e93bCopy full SHA for f48e93b
azure-pipelines.yml
@@ -17,7 +17,7 @@ variables:
17
# It is a release build if it is triggered by the main branch.
18
isReleaseBuild: ${{ startsWith(variables['Build.SourceBranch'], 'refs/heads/main') }}
19
majorVersion: 0
20
- minorVersion: 4
+ minorVersion: 5
21
patchVersion: $[ counter(format('{0}.{1}-{2}', variables['majorVersion'], variables['minorVersion'], variables['isReleaseBuild']), 0) ]
22
fullVersion: $[ format('{0}.{1}.{2}', variables['majorVersion'], variables['minorVersion'], variables['patchVersion']) ]
23
${{ if parameters['previewBuild'] }}:
0 commit comments