mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 21:33:10 -07:00
rename variable
This commit is contained in:
parent
3ade794f66
commit
0373eb76c0
1 changed files with 2 additions and 3 deletions
|
@ -42,9 +42,8 @@ jobs:
|
||||||
$auth = Get-Content -Raw $configPath | ConvertFrom-Json
|
$auth = Get-Content -Raw $configPath | ConvertFrom-Json
|
||||||
$sbomKeyCode = $auth._ExtraContext.SbomKeyCode
|
$sbomKeyCode = $auth._ExtraContext.SbomKeyCode
|
||||||
echo $sbomKeyCode
|
echo $sbomKeyCode
|
||||||
echo "##vso[task.setvariable variable=keyCode]$sbomKeyCode"
|
echo "##vso[task.setvariable variable=sbomKeyCode]$sbomKeyCode"
|
||||||
displayName: Get SBOM Key Code
|
displayName: Get SBOM Key Code
|
||||||
name: getSbomKeyCode
|
|
||||||
|
|
||||||
- task: PkgESVPack@12
|
- task: PkgESVPack@12
|
||||||
displayName: Create and push vpack for app
|
displayName: Create and push vpack for app
|
||||||
|
@ -60,5 +59,5 @@ jobs:
|
||||||
taskLogVerbosity: Diagnostic
|
taskLogVerbosity: Diagnostic
|
||||||
coseUsageScenario: 'product'
|
coseUsageScenario: 'product'
|
||||||
signSbom: true
|
signSbom: true
|
||||||
sbomKeyCode: $(getSbomKeyCode.keyCode)
|
sbomKeyCode: $(sbomkeyCode)
|
||||||
pathToEsrpAuthJson: '$(Build.SourcesDirectory)\Tools\Build\Signing\ESRP-auth.json'
|
pathToEsrpAuthJson: '$(Build.SourcesDirectory)\Tools\Build\Signing\ESRP-auth.json'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue