Skip to content

Commit

Permalink
update code signing step (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryfu-msft authored Jul 31, 2024
1 parent e7ee276 commit 0e259dd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pipelines/azure-pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0e259dd

Please sign in to comment.