Skip to content

Commit

Permalink
Merge pull request #1800 from microsoft/mk/sign-dlls
Browse files Browse the repository at this point in the history
Fix: sign all assemblies
  • Loading branch information
MaggieKimani1 authored Aug 29, 2024
2 parents 6f234f0 + cfc69ca commit 0dd71eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ extends:
arguments: '--configuration $(BuildConfiguration) --no-build'

- task: EsrpCodeSigning@5
displayName: 'ESRP CodeSigning binaries'
inputs:
ConnectedServiceName: 'Federated DevX ESRP Managed Identity Connection'
AppRegistrationClientId: '65035b7f-7357-4f29-bf25-c5ee5c3949f8'
Expand All @@ -87,8 +88,6 @@ extends:
AuthCertName: 'ReferenceLibraryPrivateCert'
AuthSignCertName: 'ReferencePackagePublisherCertificate'
FolderPath: '$(Build.SourcesDirectory)\src'
Pattern: '*.dll'
UseMinimatch: true
signConfigType: 'inlineSignParams'
inlineOperation: |
[
Expand Down Expand Up @@ -146,6 +145,7 @@ extends:
displayName: 'pack Hidi'

- task: EsrpCodeSigning@5
displayName: 'ESRP CodeSigning Nuget Packages'
inputs:
ConnectedServiceName: 'Federated DevX ESRP Managed Identity Connection'
AppRegistrationClientId: '65035b7f-7357-4f29-bf25-c5ee5c3949f8'
Expand Down

0 comments on commit 0dd71eb

Please sign in to comment.