Skip to content

Commit

Permalink
Work CI-CD
Browse files Browse the repository at this point in the history
- Update sign tool config and version.

***NO_CI***
  • Loading branch information
josesimoes committed Dec 11, 2024
1 parent bd88475 commit 081322e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,13 +245,12 @@ jobs:
inputs:
command: custom
custom: tool
arguments: install --tool-path . sign --version 0.9.1-beta.24170.3
arguments: install --tool-path . sign --version 0.9.1-beta.24529.1

- pwsh: |
.\sign code azure-key-vault `
"**/*.vsix" `
--base-directory "$(Build.ArtifactStagingDirectory)\vs2019" `
--file-list "$(Build.Repository.LocalPath)\config\filelist.txt" `
--description ".NET nanoFramework VS2019 Extension" `
--description-url "https://github.com/$env:Build_Repository_Name" `
--azure-key-vault-tenant-id "$(SignTenantId)" `
Expand Down Expand Up @@ -417,13 +416,12 @@ jobs:
inputs:
command: custom
custom: tool
arguments: install --tool-path . sign --version 0.9.1-beta.24170.3
arguments: install --tool-path . sign --version 0.9.1-beta.24529.1

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

0 comments on commit 081322e

Please sign in to comment.