mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 21:33:10 -07:00
yield output
This commit is contained in:
parent
b17e635c81
commit
f77c37ff21
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ jobs:
|
||||||
$configPath = "$(Build.SourcesDirectory)\Tools\Build\Signing\ESRP-auth.json"
|
$configPath = "$(Build.SourcesDirectory)\Tools\Build\Signing\ESRP-auth.json"
|
||||||
$auth = Get-Content -Raw $configPath | ConvertFrom-Json
|
$auth = Get-Content -Raw $configPath | ConvertFrom-Json
|
||||||
$sbomKeyCode = $auth._ExtraContext.SbomKeyCode
|
$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
|
displayName: Get SBOM Key Code
|
||||||
name: getSbomKeyCode
|
name: getSbomKeyCode
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue