Skip to content

Commit 69f124f

Browse files
authored
Keep 'win-x64' and 'win10-x64' runtimes for PowerShell worker (#5184)
1 parent 3d13bf1 commit 69f124f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ function cleanExtension([string] $bitness) {
242242
}
243243
}
244244

245-
$keepRuntimes = @('win', 'win-x86', 'win10-x86')
245+
$keepRuntimes = @('win', 'win-x86', 'win10-x86', 'win-x64', 'win10-x64')
246246
Get-ChildItem "$privateSiteExtensionPath\$bitness\workers\powershell\runtimes" -Exclude $keepRuntimes -ErrorAction SilentlyContinue |
247247
Remove-Item -Recurse -Force -ErrorAction SilentlyContinue
248248
}

0 commit comments

Comments
 (0)