We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3dc8a2 commit 27bbd4aCopy full SHA for 27bbd4a
1 file changed
azure-pipelines.yml
@@ -83,10 +83,10 @@ stages:
83
.\sign code azure-key-vault `
84
"**/*.*" `
85
--base-directory "$(Pipeline.Workspace)\BuildPackages" `
86
- --filelist "$(Pipeline.Workspace)\signing\filelist.txt" `
+ --file-list "$(Pipeline.Workspace)\signing\filelist.txt" `
87
--publisher-name "tom-englert" `
88
--description "DataGrid Extensions" `
89
- --descriptionUrl "https://github.com/dotnet/DataGridExtensions" `
+ --description-url "https://github.com/dotnet/DataGridExtensions" `
90
--azure-key-vault-tenant-id "$(SignTenantId)" `
91
--azure-key-vault-client-id "$(SignClientId)" `
92
--azure-key-vault-client-secret "$(SignClientSecret2)" `
0 commit comments