From 3da5f54778580dedb604f5335a829686d63644a7 Mon Sep 17 00:00:00 2001 From: Tian Liao Date: Fri, 15 Mar 2024 16:54:30 +0800 Subject: [PATCH] ready for review --- build/pipelines/azure-pipelines.release.yaml | 2 +- build/pipelines/templates/release-vpack.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/pipelines/azure-pipelines.release.yaml b/build/pipelines/azure-pipelines.release.yaml index f3dacd77..0e030689 100644 --- a/build/pipelines/azure-pipelines.release.yaml +++ b/build/pipelines/azure-pipelines.release.yaml @@ -8,7 +8,7 @@ trigger: none pr: none variables: - versionMajor: 0 # Revert it back after passing tests + versionMajor: 11 versionMinor: 2403 versionBuild: $[counter(format('{0}.{1}.*', variables['versionMajor'], variables['versionMinor']), 0)] versionPatch: 0 diff --git a/build/pipelines/templates/release-vpack.yaml b/build/pipelines/templates/release-vpack.yaml index 799e6b80..75fa4c21 100644 --- a/build/pipelines/templates/release-vpack.yaml +++ b/build/pipelines/templates/release-vpack.yaml @@ -59,5 +59,5 @@ jobs: taskLogVerbosity: Diagnostic coseUsageScenario: 'product' signSbom: true - sbomKeyCode: $(SbomkeyCode) + sbomKeyCode: $(SbomKeyCode) pathToEsrpAuthJson: '$(Build.SourcesDirectory)\Tools\Build\Signing\ESRP-auth.json'