Update azure-pipelines.release.yaml (#1855)

This commit is contained in:
Cory Volk
2022-06-27 11:11:38 -07:00
committed by GitHub
parent cec2e72e54
commit 90fe2cc660

View File

@@ -9,7 +9,7 @@ pr: none
variables: variables:
versionMajor: 11 versionMajor: 11
versionMinor: 2205 versionMinor: 2206
versionBuild: $[counter(format('{0}.{1}.*', variables['versionMajor'], variables['versionMinor']), 0)] versionBuild: $[counter(format('{0}.{1}.*', variables['versionMajor'], variables['versionMinor']), 0)]
versionPatch: 0 versionPatch: 0
@@ -50,4 +50,4 @@ jobs:
createStoreBrokerPackages: true createStoreBrokerPackages: true
- template: ./templates/release-store.yaml - template: ./templates/release-store.yaml
- template: ./templates/release-vpack.yaml - template: ./templates/release-vpack.yaml