Skip to content

Commit

Permalink
Migration to new code sign tool
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Jul 25, 2024
1 parent 0b622b6 commit c2f4c3d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 26 deletions.
26 changes: 13 additions & 13 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,23 +121,23 @@ stages:
inputs:
command: custom
custom: tool
arguments: install --tool-path . SignClient
arguments: install --tool-path . sign --version 0.9.0-beta.23127.3
- download: current
displayName: Download packages
artifact: packages
- download: current
displayName: Download code sign config
artifact: config
- pwsh: |
.\SignClient "Sign" `
--baseDirectory "$(Pipeline.Workspace)\packages" `
--input "**/*.nupkg" `
--config "$(Pipeline.Workspace)\config\signclient.json" `
--user "$(SignClientUser)" `
--secret '$(SignClientSecret)' `
--name ".NEXT" `
--description ".NEXT" `
--descriptionUrl "https://github.com/dotnet/dotNext"
.\sign code azure-key-vault `
"**/*.nupkg" `
--base-directory "$(Pipeline.Workspace)\packages" `
--file-list "$(Pipeline.Workspace)\config\filelist.txt" `
--publisher-name ".NEXT Contributors" `
--description ".NEXT Family of Libraries" `
--description-url "https://github.com/dotnet/dotNext" `
--azure-key-vault-tenant-id "$(SignTenantId)" `
--azure-key-vault-client-id "$(SignClientId)" `
--azure-key-vault-client-secret '$(SignClientSecret)' `
--azure-key-vault-certificate "$(SignKeyVaultCertificate)" `
--azure-key-vault-url "$(SignKeyVaultUrl)"
displayName: Sign packages
- publish: $(Pipeline.Workspace)/packages
displayName: Publish Signed Packages
Expand Down
13 changes: 0 additions & 13 deletions build/signclient.json

This file was deleted.

0 comments on commit c2f4c3d

Please sign in to comment.