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

Commit b216d9f

Browse files
authored
Merge pull request #2461 from github/azure-pipelines/disable-vsix-signing
Disable VSIX signing
2 parents a75b072 + de75951 commit b216d9f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

azure-pipelines.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,12 @@ jobs:
100100
inputs:
101101
secureFile: certificate.pfx
102102

103-
- 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
104-
displayName: Sign the GitHub for Visual Studio VSIX
105-
106-
- 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
107-
displayName: Sign the GitHub Essentials VSIX
103+
# Disable VSIX signing
104+
# - 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
105+
# displayName: Sign the GitHub for Visual Studio VSIX
106+
#
107+
# - 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
108+
# displayName: Sign the GitHub Essentials VSIX
108109

109110
- task: PublishBuildArtifacts@1
110111
inputs:

0 commit comments

Comments
 (0)