File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -245,13 +245,12 @@ jobs:
245
245
inputs :
246
246
command : custom
247
247
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
249
249
250
250
- pwsh : |
251
251
.\sign code azure-key-vault `
252
252
"**/*.vsix" `
253
253
--base-directory "$(Build.ArtifactStagingDirectory)\vs2019" `
254
- --file-list "$(Build.Repository.LocalPath)\config\filelist.txt" `
255
254
--description ".NET nanoFramework VS2019 Extension" `
256
255
--description-url "https://github.com/$env:Build_Repository_Name" `
257
256
--azure-key-vault-tenant-id "$(SignTenantId)" `
@@ -417,13 +416,12 @@ jobs:
417
416
inputs :
418
417
command : custom
419
418
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
421
420
422
421
- pwsh : |
423
422
.\sign code azure-key-vault `
424
423
"**/*.vsix" `
425
424
--base-directory "$(Build.ArtifactStagingDirectory)\vs2022" `
426
- --file-list "$(Build.Repository.LocalPath)\config\filelist.txt" `
427
425
--description ".NET nanoFramework VS2022 Extension" `
428
426
--description-url "https://github.com/$env:Build_Repository_Name" `
429
427
--azure-key-vault-tenant-id "$(SignTenantId)" `
You can’t perform that action at this time.
0 commit comments