Skip to content

Commit

Permalink
Work CI-CD
Browse files Browse the repository at this point in the history
- Fix options passed to sign tool.

***NO_CI***
  • Loading branch information
josesimoes committed Mar 21, 2024
1 parent a3dc411 commit cf38428
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ jobs:

- pwsh: |
.\sign code azure-key-vault `
"**\*.vsix" `
--baseDirectory "$(Build.ArtifactStagingDirectory)\vs2019" `
"**/*.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" `
Expand Down Expand Up @@ -422,10 +422,10 @@ jobs:

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

0 comments on commit cf38428

Please sign in to comment.