We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecdb0ff commit a106200Copy full SHA for a106200
vscode-powershell.build.ps1
@@ -79,7 +79,7 @@ task Build -Before Package {
79
# If the PSES codebase is co-located, build it first
80
if ($script:psesBuildScriptPath) {
81
Write-Host "`n### Building PowerShellEditorServices`n" -ForegroundColor Green
82
- Invoke-Build BuildHost $script:psesBuildScriptPath
+ Invoke-Build Build $script:psesBuildScriptPath
83
}
84
85
Write-Host "`n### Building vscode-powershell" -ForegroundColor Green
0 commit comments