We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ee276 commit 0e259ddCopy full SHA for 0e259dd
pipelines/azure-pipelines.release.yml
@@ -162,10 +162,15 @@ extends:
162
packageType: sdk
163
version: '6.x'
164
165
- - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
166
- displayName: "ESRP CodeSigning"
+ - task: EsrpCodeSigning@5
+ displayName: 'ESRP CodeSigning'
167
inputs:
168
- ConnectedServiceName: "PeetPackageEs2"
+ ConnectedServiceName: 'AppInstallerESRPCodeSigning'
169
+ AppRegistrationClientId: '32216f16-efc9-4013-9fae-c6a2c54a3fc0'
170
+ AppRegistrationTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
171
+ AuthAKVName: 'PeetDevOpsKeyVault'
172
+ AuthCertName: 'ESRPAuth'
173
+ AuthSignCertName: 'ESRPRequestSigning'
174
FolderPath: $(appxPackageDir)
175
Pattern: |
176
$(appxBundleFile)
0 commit comments