Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit c218ef8

Browse files
committed
Sign GitHub for VS and Essentials VSIX
1 parent bfa6157 commit c218ef8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,11 @@ jobs:
9595
inputs:
9696
secureFile: certificate.pfx
9797

98-
- script: $(vsixsigntool_exe.secureFilePath) sign /f $(certificate_pfx.secureFilePath) /p "$(certificate_password)" /sha1 c4fdf13659f49e57ac14774fdf45053f499f185f /fd sha256 /tr http://timestamp.digicert.com /td sha256 GitHub.VisualStudio.vsix
99-
displayName: Sign the VSIX
98+
- script: $(vsixsigntool_exe.secureFilePath) sign /f $(certificate_pfx.secureFilePath) /p "$(certificate_password)" /sha1 c4fdf13659f49e57ac14774fdf45053f499f185f /fd sha256 /tr http://timestamp.digicert.com /td sha256 $(ArtifactDirectory)\GitHub.VisualStudio.vsix
99+
displayName: Sign the GitHub for Visual Studio VSIX
100+
101+
- script: $(vsixsigntool_exe.secureFilePath) sign /f $(certificate_pfx.secureFilePath) /p "$(certificate_password)" /sha1 c4fdf13659f49e57ac14774fdf45053f499f185f /fd sha256 /tr http://timestamp.digicert.com /td sha256 $(ArtifactDirectory)\GitHub.VisualStudio.16.vsix
102+
displayName: Sign the GitHub Essentials VSIX
100103

101104
- task: PublishBuildArtifacts@1
102105
inputs:

0 commit comments

Comments
 (0)