mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 05:43:10 -07:00
draft: update esrp
This commit is contained in:
parent
f3d8e7588c
commit
38fa701084
1 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue