Skip to content

Commit b88506e

Browse files
GavinEkerkeithhill
authored andcommitted
Replace IsOSX with IsMacOS (#1248)
1 parent 02198db commit b88506e

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
@@ -109,7 +109,7 @@ task BuildEditorServices {
109109
task BuildAll BuildEditorServices, Build -Before Package
110110

111111
task Test Build, {
112-
if (!$global:IsLinux -and !$global:IsOSX) {
112+
if (!$global:IsLinux -and !$global:IsMacOS) {
113113
Write-Host "`n### Running extension tests" -ForegroundColor Green
114114
exec { & npm run test }
115115
}

0 commit comments

Comments
 (0)