yield output

This commit is contained in:
Tian Liao 2024-03-15 13:24:03 +08:00
commit f77c37ff21

View file

@ -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