From 909460854bf8304a8e2ce72dc85b2f739db4ed9f Mon Sep 17 00:00:00 2001 From: ryfu-msft Date: Wed, 31 Jul 2024 14:18:56 -0700 Subject: [PATCH] update code signing step --- pipelines/azure-pipelines.release.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pipelines/azure-pipelines.release.yml b/pipelines/azure-pipelines.release.yml index ab08fe89..9c756574 100644 --- a/pipelines/azure-pipelines.release.yml +++ b/pipelines/azure-pipelines.release.yml @@ -162,10 +162,15 @@ extends: packageType: sdk version: '6.x' - - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1 - displayName: "ESRP CodeSigning" + - task: EsrpCodeSigning@5 + displayName: 'ESRP CodeSigning' inputs: - ConnectedServiceName: "PeetPackageEs2" + ConnectedServiceName: 'AppInstallerESRPCodeSigning' + AppRegistrationClientId: '32216f16-efc9-4013-9fae-c6a2c54a3fc0' + AppRegistrationTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47' + AuthAKVName: 'PeetDevOpsKeyVault' + AuthCertName: 'ESRPAuth' + AuthSignCertName: 'ESRPRequestSigning' FolderPath: $(appxPackageDir) Pattern: | $(appxBundleFile)