From 5912672661e1a0f6e9d3d91e6bde1def22fa7a4f Mon Sep 17 00:00:00 2001 From: josesimoes Date: Thu, 21 Mar 2024 01:43:06 +0000 Subject: [PATCH] Work CI-CD - Fix description in CLI options for sign tool. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f411bb7..55fb2bf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -228,7 +228,7 @@ jobs: "**/*.nupkg" ` --base-directory "$(Build.ArtifactStagingDirectory)" ` --file-list "$(Build.Repository.LocalPath)\config\filelist.txt" ` - --description "$(nugetPackageName)" ` + --description "Test Framework" ` --description-url "https://github.com/$env:Build_Repository_Name" ` --azure-key-vault-tenant-id "$(SignTenantId)" ` --azure-key-vault-client-id "$(SignClientId)" `