mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 13:53:11 -07:00
cap the name of output variable
This commit is contained in:
parent
0373eb76c0
commit
499986a475
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ jobs:
|
|||
$auth = Get-Content -Raw $configPath | ConvertFrom-Json
|
||||
$sbomKeyCode = $auth._ExtraContext.SbomKeyCode
|
||||
echo $sbomKeyCode
|
||||
echo "##vso[task.setvariable variable=sbomKeyCode]$sbomKeyCode"
|
||||
echo "##vso[task.setvariable variable=SbomKeyCode]$sbomKeyCode"
|
||||
displayName: Get SBOM Key Code
|
||||
|
||||
- task: PkgESVPack@12
|
||||
|
@ -59,5 +59,5 @@ jobs:
|
|||
taskLogVerbosity: Diagnostic
|
||||
coseUsageScenario: 'product'
|
||||
signSbom: true
|
||||
sbomKeyCode: $(sbomkeyCode)
|
||||
sbomKeyCode: $(SbomkeyCode)
|
||||
pathToEsrpAuthJson: '$(Build.SourcesDirectory)\Tools\Build\Signing\ESRP-auth.json'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue