From 90fe2cc66016e50e66d953d0dd39a663169a1c59 Mon Sep 17 00:00:00 2001 From: Cory Volk <57420088+volkcor@users.noreply.github.com> Date: Mon, 27 Jun 2022 11:11:38 -0700 Subject: [PATCH] Update azure-pipelines.release.yaml (#1855) --- 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 c2f6174..86afc2e 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