Skip to content

Commit

Permalink
Update CodeSign Task (#684)
Browse files Browse the repository at this point in the history
Nuget signing task was missed
  • Loading branch information
neilr81 authored Jun 26, 2024
1 parent 9341682 commit 0e56e6c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/pipelines/omex-github-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,15 @@ extends:
inputs:
artifactName: unsigned_nuget
targetPath: $(Build.ArtifactStagingDirectory)/UnsignedNuget
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
displayName: ESRP CodeSigning
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
displayName: ESRP CodeSigning Nuget
inputs:
ConnectedServiceName: OmexOpenSourceESRP
ConnectedServiceName: OmexCodeSigningESRP
AppRegistrationClientId: '4c68f028-7d39-46f6-8fa8-907818c786e1'
AppRegistrationTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
AuthAKVName: 'ESRPSigningCertificate'
AuthCertName: 'CodeSignAuth'
AuthSignCertName: 'ESRPOmexGitHub'
FolderPath: $(Build.ArtifactStagingDirectory)/UnsignedNuget
Pattern: Microsoft.Omex*.nupkg
signConfigType: inlineSignParams
Expand Down

0 comments on commit 0e56e6c

Please sign in to comment.