From f77c37ff2176adc9029c35a3580fbe93acbf9f2b Mon Sep 17 00:00:00 2001 From: Tian Liao Date: Fri, 15 Mar 2024 13:24:03 +0800 Subject: [PATCH] yield output --- build/pipelines/templates/release-vpack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pipelines/templates/release-vpack.yaml b/build/pipelines/templates/release-vpack.yaml index 02386277..806e5a84 100644 --- a/build/pipelines/templates/release-vpack.yaml +++ b/build/pipelines/templates/release-vpack.yaml @@ -41,7 +41,7 @@ jobs: $configPath = "$(Build.SourcesDirectory)\Tools\Build\Signing\ESRP-auth.json" $auth = Get-Content -Raw $configPath | ConvertFrom-Json $sbomKeyCode = $auth._ExtraContext.SbomKeyCode - echo "##vso[task.setvariable variable=keyCode; isOutput=true]key code" + echo "##vso[task.setvariable variable=keyCode; isOutput=true]$sbomKeyCode" displayName: Get SBOM Key Code name: getSbomKeyCode