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

Commit 8bb8a89

Browse files
committed
Fix vsix signing (bump script submodule)
1 parent e846430 commit 8bb8a89

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

deploy-local.cmd

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
powershell.exe .\script\deploy.ps1 production None -Force -NoChat -NoPush -NoUpload

script

src/GitHub.VisualStudio/packages.config

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<packages>
33
<package id="EditorUtils2013" version="1.4.1.1" targetFramework="net45" />
44
<package id="Fody" version="1.28.0" targetFramework="net45" developmentDependency="true" />
5+
<package id="Microsoft.VSSDK.Vsixsigntool" version="14.1.24720" targetFramework="net45" />
56
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
67
<package id="NLog" version="3.1.0" targetFramework="net45" />
78
<package id="NullGuard.Fody" version="1.4.1" targetFramework="net45" developmentDependency="true" />

0 commit comments

Comments
 (0)