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 c8f96da commit e63e78fCopy full SHA for e63e78f
build.yml
@@ -28,7 +28,7 @@ variables:
28
buildPlatform: 'Any CPU'
29
buildConfiguration: 'Release'
30
majorVersion: 1
31
- minorVersion: 2
+ minorVersion: 3
32
patchVersion: $[counter(format('{0}.{1}', variables.majorVersion, variables.minorVersion), 0)]
33
${{ if eq(variables['Build.SourceBranch'], 'refs/heads/master') }}:
34
# Versioning: 1.0.0
0 commit comments