diff --git a/build/pipelines/templates/release-vpack.yaml b/build/pipelines/templates/release-vpack.yaml index 806e5a84..9741c73d 100644 --- a/build/pipelines/templates/release-vpack.yaml +++ b/build/pipelines/templates/release-vpack.yaml @@ -41,7 +41,8 @@ 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]$sbomKeyCode" + echo $sbomKeyCode + echo "##vso[task.setvariable variable=keyCode]$sbomKeyCode" displayName: Get SBOM Key Code name: getSbomKeyCode @@ -60,4 +61,4 @@ jobs: coseUsageScenario: 'product' signSbom: true sbomKeyCode: $(getSbomKeyCode.keyCode) - pathToEsrpAuthJson: '$(Build.SourcesDirectory)\Tools\Build\Signing\ESRP-auth.json' \ No newline at end of file + pathToEsrpAuthJson: '$(Build.SourcesDirectory)\Tools\Build\Signing\ESRP-auth.json'