File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<SignConfigXML >
3
3
<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 "
5
5
dest =" __OUTPATHROOT__\PowerShell-insiders.vsix" />
6
6
</job >
7
7
</SignConfigXML >
Original file line number Diff line number Diff line change 21
21
& $gitBinFullPath clone - b master -- quiet https:// github.com / PowerShell/ ${releaseToolsDirName}.git $releaseToolsLocation
22
22
Import-Module " $releaseToolsLocation /vstsBuild" - Force
23
23
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' )
24
29
}
25
30
26
31
End {
You can’t perform that action at this time.
0 commit comments