File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11<?xml version="1.0" encoding="utf-8" ?>
22<SignConfigXML>
33 <job platform="" configuration="" dest="__OUTPATHROOT__\signed" jobname="vscode powershell" approvers="vigarg;gstolt">
4- <file src="__INPATHROOT__\release\out\PowerShell-insiders.vsix" signType="100040160 "
4+ <file src="__INPATHROOT__\release\out\PowerShell-insiders.vsix" signType="Vsix "
55 dest="__OUTPATHROOT__\PowerShell-insiders.vsix" />
66 </job>
77</SignConfigXML>
Original file line number Diff line number Diff line change 2121 & $gitBinFullPath clone -b master --quiet https://github.com/PowerShell/${releaseToolsDirName}.git $releaseToolsLocation
2222 Import-Module "$releaseToolsLocation/vstsBuild" -Force
2323 Import-Module "$releaseToolsLocation/dockerBasedBuild" -Force -Prefix DockerBased
24+
25+ # Get the update signing script and update the signing XML file
26+ $updateSigningPath = Join-Path $releaseToolsLocation 'updateSigning.ps1'
27+ Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/PowerShell/PowerShell/master/tools/releaseBuild/updateSigning.ps1' -OutFile $updateSigningPath
28+ & $updateSigningPath -SigningXmlPath (Join-Path $PSScriptRoot 'signing.xml')
2429}
2530
2631End {
You can’t perform that action at this time.
0 commit comments