Skip to content

Commit

Permalink
pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mcroomp committed Sep 15, 2024
1 parent 8c9e17d commit fd420da
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,14 @@ steps:
packageType: 'sdk'
version: '6.x'

- task: EsrpCodeSigning@4
- task: EsrpCodeSigning@5
inputs:
ConnectedServiceName: 'ESRP CodeSigning'
ConnectedServiceName: 'ESRP CodeSigningV2-OneDrive Service'
AppRegistrationClientId: 'bd3fbc52-4cf5-4cca-a25d-94160e5ed309'
AppRegistrationTenantId: 'cdc5aeea-15c5-4db6-b079-fcadd2505dc2'
AuthAKVName: 'ODSP-ESRP'
AuthCertName: 'ODSP-ESRP-Auth-V2'
AuthSignCertName: 'CodeSigningCertificate'
FolderPath: '$(Build.SourcesDirectory)'
Pattern: '
target\debug\preflate_rs.dll,
Expand Down

0 comments on commit fd420da

Please sign in to comment.