File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ task RestoreEditorServices -If (Get-EditorServicesPath) {
50
50
}
51
51
52
52
Write-Host " `n ### Building PSES`n " - ForegroundColor Green
53
- Invoke-Build Build (Get-EditorServicesPath )
53
+ Invoke-Build Build (Get-EditorServicesPath ) - Configuration $Configuration
54
54
}
55
55
" Release" {
56
56
# When releasing, we ensure the bits are not symlinked but copied,
@@ -64,7 +64,7 @@ task RestoreEditorServices -If (Get-EditorServicesPath) {
64
64
# We only build if it hasn't been built at all.
65
65
if (! (Test-Path " $ ( Split-Path (Get-EditorServicesPath )) /module/PowerShellEditorServices/bin" )) {
66
66
Write-Host " `n ### Building PSES`n " - ForegroundColor Green
67
- Invoke-Build Build (Get-EditorServicesPath )
67
+ Invoke-Build Build (Get-EditorServicesPath ) - Configuration $Configuration
68
68
}
69
69
70
70
Write-Host " `n ### Copying PSES`n " - ForegroundColor Green
You can’t perform that action at this time.
0 commit comments