File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,8 @@ task RestoreEditorServices -If (Get-EditorServicesPath) {
41
41
New-Item - ItemType SymbolicLink - Path ./ modules - Target " $ ( Split-Path (Get-EditorServicesPath )) /module"
42
42
}
43
43
44
- # For Debug configuration, always rebuild to ensure latest local bits.
45
- # For Release configuration, only build if it hasn't been built at all.
46
- if ($Configuration -eq " Debug" -or ! (Test-Path " $ ( Split-Path (Get-EditorServicesPath )) /module/PowerShellEditorServices/bin" )) {
47
- Write-Build DarkGreen " Building PSES"
48
- Invoke-Build Build (Get-EditorServicesPath ) - Configuration $Configuration
49
- }
44
+ Write-Build DarkGreen " Building PSES"
45
+ Invoke-Build Build (Get-EditorServicesPath ) - Configuration $Configuration
50
46
}
51
47
52
48
# endregion
You can’t perform that action at this time.
0 commit comments