From 736db72f4aff4f9acb9e02d4020da676d222cbd0 Mon Sep 17 00:00:00 2001 From: Cory Volk <57420088+volkcor@users.noreply.github.com> Date: Mon, 27 Jun 2022 09:23:23 -0700 Subject: [PATCH] Update azure-pipelines.release.yaml --- build/pipelines/azure-pipelines.release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/pipelines/azure-pipelines.release.yaml b/build/pipelines/azure-pipelines.release.yaml index c2f6174a..86afc2e5 100644 --- a/build/pipelines/azure-pipelines.release.yaml +++ b/build/pipelines/azure-pipelines.release.yaml @@ -9,7 +9,7 @@ pr: none variables: versionMajor: 11 - versionMinor: 2205 + versionMinor: 2206 versionBuild: $[counter(format('{0}.{1}.*', variables['versionMajor'], variables['versionMinor']), 0)] versionPatch: 0 @@ -50,4 +50,4 @@ jobs: createStoreBrokerPackages: true - template: ./templates/release-store.yaml -- template: ./templates/release-vpack.yaml \ No newline at end of file +- template: ./templates/release-vpack.yaml