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