Skip to content

Commit bbca264

Browse files
committed
Work CI-CD
- Fix step installing sign tool. - Remove unnused config file.
1 parent e9212f7 commit bbca264

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,14 +215,13 @@ steps:
215215
inputs:
216216
command: custom
217217
custom: tool
218-
arguments: install --tool-path . SignClient
218+
arguments: install --tool-path . sign --version 0.9.1-beta.24170.3
219219

220220
- pwsh: |
221221
.\sign code azure-key-vault `
222222
"**/*.nupkg" `
223223
--base-directory "$(Build.ArtifactStagingDirectory)" `
224224
--file-list "$(Build.Repository.LocalPath)\config\filelist.txt" `
225-
--publisher-name ".NET nanoFramework" `
226225
--description ".NET nanoFramework Debugger" `
227226
--description-url "https://github.com/$env:Build_Repository_Name" `
228227
--azure-key-vault-tenant-id "$(SignTenantId)" `

config/SignClient.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)