We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de2a1b commit 9770daaCopy full SHA for 9770daa
scripts/FetchLatestBuild.ps1
@@ -46,6 +46,7 @@ function Install-BuildPackage($packageName, $extension) {
46
Install-BuildPackage "Microsoft.PowerShell.EditorServices" "dll"
47
Install-BuildPackage "Microsoft.PowerShell.EditorServices.Protocol" "dll"
48
Install-BuildPackage "Microsoft.PowerShell.EditorServices.Host" "exe"
49
+Install-BuildPackage "Microsoft.PowerShell.EditorServices.Host.x86" "exe"
50
51
# Open the BinariesToSign folder
52
& start $binariesToSignPath
0 commit comments