This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -72,3 +72,4 @@ Visit the [Contributor Guidelines](CONTRIBUTING.md) for details on how to contri
72
72
Copyright 2015 - 2019 GitHub, Inc.
73
73
74
74
Licensed under the [ MIT License] ( LICENSE.md )
75
+
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