From 38fa7010841ec59037efaccad056bec681f3be82 Mon Sep 17 00:00:00 2001 From: oneonezhang Date: Sat, 8 Jun 2024 14:41:29 +0800 Subject: [PATCH] draft: update esrp --- build/pipelines/templates/package-msixbundle.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/build/pipelines/templates/package-msixbundle.yaml b/build/pipelines/templates/package-msixbundle.yaml index ea371a2a..39d9e20c 100644 --- a/build/pipelines/templates/package-msixbundle.yaml +++ b/build/pipelines/templates/package-msixbundle.yaml @@ -117,10 +117,15 @@ jobs: targetFolder: $(Build.ArtifactStagingDirectory)\msixBundle - ${{ if eq(parameters.signBundle, true) }}: - - task: EsrpCodeSigning@2 + - task: EsrpCodeSigning@5 displayName: Send msixbundle to code signing service inputs: - ConnectedServiceName: Essential Experiences Codesign + ConnectedServiceName: Essential Experiences Codesign ARM + AppRegistrationClientId: $(EsrpClientId) + AppRegistrationTenantId: $(EsrpTenantId) + AuthAKVName: EE-CodeSignKeyVault + AuthCertName: EE-Auth-Cert + AuthSignCertName: EE-Codesign-Cert FolderPath: $(Build.ArtifactStagingDirectory)\msixBundle Pattern: Microsoft.WindowsCalculator_8wekyb3d8bbwe.msixbundle signConfigType: inlineSignParams