We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8a771 commit d65b5b6Copy full SHA for d65b5b6
1 file changed
azure-pipelines.yml
@@ -67,13 +67,12 @@ stages:
67
inputs:
68
command: custom
69
custom: tool
70
- arguments: install --tool-path . sign --version 0.9.0-beta.23063.3
+ arguments: install --tool-path . sign --version 0.9.0-beta.23127.3
71
displayName: Install SignTool tool
72
73
- pwsh: |
74
.\sign code azure-key-vault `
75
"**/*.nupkg" `
76
- --timestamp-url "http://timestamp.digicert.com" `
77
--base-directory "$(Pipeline.Workspace)\BuildPackages" `
78
--file-list "$(Pipeline.Workspace)\config\filelist.txt" `
79
--publisher-name "CodeSignDemo" `
0 commit comments