Skip to content

Commit 5912672

Browse files
committed
Work CI-CD
- Fix description in CLI options for sign tool.
1 parent c713b14 commit 5912672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
"**/*.nupkg" `
229229
--base-directory "$(Build.ArtifactStagingDirectory)" `
230230
--file-list "$(Build.Repository.LocalPath)\config\filelist.txt" `
231-
--description "$(nugetPackageName)" `
231+
--description "Test Framework" `
232232
--description-url "https://github.com/$env:Build_Repository_Name" `
233233
--azure-key-vault-tenant-id "$(SignTenantId)" `
234234
--azure-key-vault-client-id "$(SignClientId)" `

0 commit comments

Comments
 (0)