Skip to content

Commit

Permalink
Fixed signing tool
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Jul 15, 2024
1 parent 6a9f00c commit e1b8cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,15 @@ 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" `
.\sign code azure-key-vault `
--baseDirectory "$(Pipeline.Workspace)\packages" `
--input "**/*.nupkg" `
--config "$(Pipeline.Workspace)\config\signclient.json" `
Expand Down

0 comments on commit e1b8cd9

Please sign in to comment.