Skip to content

Commit 919a3a4

Browse files
Adds the Install-VSCode.ps1 script to signing (#1749)
* test signing Install-VSCode * copy install-vscode to output * Updated signing.xml
1 parent f0886cd commit 919a3a4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tools/releaseBuild/Image/build.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ else {
1111
push-location C:/vscode-powershell
1212
Invoke-Build GetExtensionData,Clean,Build,Test,CheckPreview,Package
1313
Copy-Item -Verbose -Recurse "C:/vscode-powershell/PowerShell-insiders.vsix" "${target}/PowerShell-insiders.vsix"
14+
Copy-Item -Verbose -Recurse "C:/vscode-powershell/scripts/Install-VSCode.ps1" "${target}/Install-VSCode.ps1"

tools/releaseBuild/signing.xml

+2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
<job platform="" configuration="" dest="__OUTPATHROOT__\signed" jobname="vscode powershell" approvers="vigarg;gstolt">
44
<file src="__INPATHROOT__\release\out\PowerShell-insiders.vsix" signType="Vsix"
55
dest="__OUTPATHROOT__\PowerShell-insiders.vsix" />
6+
<file src="__INPATHROOT__\release\out\Install-VSCode.ps1" signType="Authenticode"
7+
dest="__OUTPATHROOT__\Install-VSCode.ps1" />
68
</job>
79
</SignConfigXML>

0 commit comments

Comments
 (0)