Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dec46fb

Browse files
committed
Inject Prerequisites into all build paths
1 parent 934a5c1 commit dec46fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vscode-powershell.build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ task CleanEditorServices -If (Get-PSESBuildScriptPath) {
148148
#endregion
149149
#region Build tasks
150150

151-
task Build Restore, {
151+
task Build Prerequisites, Restore, {
152152
Write-Host "`n### Building vscode-powershell`n" -ForegroundColor Green
153153
Assert-Build (Test-Path ./modules/PowerShellEditorServices/bin) 'Extension requires PSES'
154154

@@ -209,5 +209,5 @@ task Package Build, {
209209
# High Level Tasks
210210
task Bootstrap Prerequisites
211211
task Clean CleanExtension, CleanEditorServices
212-
task Test Build, TestExtension #We dont test PSES unless explicitly requested, it should have already been tested in PSES build
212+
task Test Prerequisites, Build, TestExtension #We dont test PSES unless explicitly requested, it should have already been tested in PSES build
213213
task . Prerequisites, Build, Test, Package

0 commit comments

Comments
 (0)