Skip to content

Commit

Permalink
Keep 'win-x64' and 'win10-x64' runtimes for PowerShell worker (#5184)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatoliB committed Oct 31, 2019
1 parent 3d13bf1 commit 69f124f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ function cleanExtension([string] $bitness) {
}
}

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

0 comments on commit 69f124f

Please sign in to comment.