Skip to content

Commit a106200

Browse files
committed
Update build script to use new Editor Services Build task
1 parent ecdb0ff commit a106200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode-powershell.build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ task Build -Before Package {
7979
# If the PSES codebase is co-located, build it first
8080
if ($script:psesBuildScriptPath) {
8181
Write-Host "`n### Building PowerShellEditorServices`n" -ForegroundColor Green
82-
Invoke-Build BuildHost $script:psesBuildScriptPath
82+
Invoke-Build Build $script:psesBuildScriptPath
8383
}
8484

8585
Write-Host "`n### Building vscode-powershell" -ForegroundColor Green

0 commit comments

Comments
 (0)