We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9212f7 commit bbca264Copy full SHA for bbca264
azure-pipelines.yml
@@ -215,14 +215,13 @@ steps:
215
inputs:
216
command: custom
217
custom: tool
218
- arguments: install --tool-path . SignClient
+ arguments: install --tool-path . sign --version 0.9.1-beta.24170.3
219
220
- pwsh: |
221
.\sign code azure-key-vault `
222
"**/*.nupkg" `
223
--base-directory "$(Build.ArtifactStagingDirectory)" `
224
--file-list "$(Build.Repository.LocalPath)\config\filelist.txt" `
225
- --publisher-name ".NET nanoFramework" `
226
--description ".NET nanoFramework Debugger" `
227
--description-url "https://github.com/$env:Build_Repository_Name" `
228
--azure-key-vault-tenant-id "$(SignTenantId)" `
config/SignClient.json
0 commit comments