File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -358,9 +358,7 @@ jobs:
358
358
sign.exe code trusted-signing payload/* `
359
359
-tse https://wus2.codesigning.azure.net/ `
360
360
-tsa git-fundamentals-signing `
361
- -tscp git-fundamentals-windows-signing `
362
- -d "Git Fundamentals Windows Signing Certificate" `
363
- -u "https://github.com/git-ecosystem/git-credential-manager"
361
+ -tscp git-fundamentals-windows-signing
364
362
365
363
- name : Lay out signed payload, images, and symbols
366
364
shell : bash
@@ -436,9 +434,7 @@ jobs:
436
434
sign.exe code trusted-signing nupkg/* `
437
435
-tse https://wus2.codesigning.azure.net/ `
438
436
-tsa git-fundamentals-signing `
439
- -tscp git-fundamentals-windows-signing `
440
- -d "Git Fundamentals Windows Signing Certificate" `
441
- -u "https://github.com/git-ecosystem/git-credential-manager"
437
+ -tscp git-fundamentals-windows-signing
442
438
443
439
mv nupkg/* .
444
440
You can’t perform that action at this time.
0 commit comments