Skip to content

Commit 081322e

Browse files
committed
Work CI-CD
- Update sign tool config and version. ***NO_CI***
1 parent bd88475 commit 081322e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,13 +245,12 @@ jobs:
245245
inputs:
246246
command: custom
247247
custom: tool
248-
arguments: install --tool-path . sign --version 0.9.1-beta.24170.3
248+
arguments: install --tool-path . sign --version 0.9.1-beta.24529.1
249249

250250
- pwsh: |
251251
.\sign code azure-key-vault `
252252
"**/*.vsix" `
253253
--base-directory "$(Build.ArtifactStagingDirectory)\vs2019" `
254-
--file-list "$(Build.Repository.LocalPath)\config\filelist.txt" `
255254
--description ".NET nanoFramework VS2019 Extension" `
256255
--description-url "https://github.com/$env:Build_Repository_Name" `
257256
--azure-key-vault-tenant-id "$(SignTenantId)" `
@@ -417,13 +416,12 @@ jobs:
417416
inputs:
418417
command: custom
419418
custom: tool
420-
arguments: install --tool-path . sign --version 0.9.1-beta.24170.3
419+
arguments: install --tool-path . sign --version 0.9.1-beta.24529.1
421420

422421
- pwsh: |
423422
.\sign code azure-key-vault `
424423
"**/*.vsix" `
425424
--base-directory "$(Build.ArtifactStagingDirectory)\vs2022" `
426-
--file-list "$(Build.Repository.LocalPath)\config\filelist.txt" `
427425
--description ".NET nanoFramework VS2022 Extension" `
428426
--description-url "https://github.com/$env:Build_Repository_Name" `
429427
--azure-key-vault-tenant-id "$(SignTenantId)" `

0 commit comments

Comments
 (0)