File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -312,11 +312,13 @@ jobs:
312
312
313
313
- name : Sign NuGet package
314
314
if : ${{ github.event_name != 'pull_request' }}
315
- run : sign code trusted-signing *.nupkg `
315
+ run : sign code trusted-signing `
316
316
--trusted-signing-account ImageMagick `
317
317
--trusted-signing-certificate-profile ImageMagick `
318
318
--trusted-signing-endpoint https://eus.codesigning.azure.net `
319
- --verbosity information
319
+ --azure-credential-type azure-cli `
320
+ --verbosity information `
321
+ *.nupkg
320
322
working-directory : publish/output
321
323
322
324
- name : Upload library
@@ -380,12 +382,13 @@ jobs:
380
382
381
383
- name : Sign NuGet package
382
384
if : ${{ github.event_name != 'pull_request' }}
383
- run : sign code trusted-signing *.nupkg `
385
+ run : sign code trusted-signing `
384
386
--trusted-signing-account ImageMagick `
385
387
--trusted-signing-certificate-profile ImageMagick `
386
388
--trusted-signing-endpoint https://eus.codesigning.azure.net `
387
389
--azure-credential-type azure-cli `
388
- --verbosity information
390
+ --verbosity information `
391
+ *.nupkg
389
392
working-directory : publish/output
390
393
391
394
- name : Upload library
You can’t perform that action at this time.
0 commit comments