Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Dec 1, 2023
1 parent a3dc8a2 commit 27bbd4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ stages:
.\sign code azure-key-vault `
"**/*.*" `
--base-directory "$(Pipeline.Workspace)\BuildPackages" `
--filelist "$(Pipeline.Workspace)\signing\filelist.txt" `
--file-list "$(Pipeline.Workspace)\signing\filelist.txt" `
--publisher-name "tom-englert" `
--description "DataGrid Extensions" `
--descriptionUrl "https://github.com/dotnet/DataGridExtensions" `
--description-url "https://github.com/dotnet/DataGridExtensions" `
--azure-key-vault-tenant-id "$(SignTenantId)" `
--azure-key-vault-client-id "$(SignClientId)" `
--azure-key-vault-client-secret "$(SignClientSecret2)" `
Expand Down

0 comments on commit 27bbd4a

Please sign in to comment.