This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -100,11 +100,12 @@ jobs:
100
100
inputs :
101
101
secureFile : certificate.pfx
102
102
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
108
109
109
110
- task : PublishBuildArtifacts@1
110
111
inputs :
You can’t perform that action at this time.
0 commit comments