Skip to content

Commit

Permalink
Revert to old SignClient
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Jul 15, 2024
1 parent e1b8cd9 commit b8515e4
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 . sign --version 0.9.0-beta.23127.3
arguments: install --tool-path . SignClient
- download: current
displayName: Download packages
artifact: packages
- download: current
displayName: Download code sign config
artifact: config
- pwsh: |
.\sign code azure-key-vault `
.\SignClient "Sign" `
--baseDirectory "$(Pipeline.Workspace)\packages" `
--input "**/*.nupkg" `
--config "$(Pipeline.Workspace)\config\signclient.json" `
Expand Down

0 comments on commit b8515e4

Please sign in to comment.