Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yojagad committed Oct 31, 2019
2 parents 084dcdd + 69f124f commit 831d69e
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 831d69e

Please sign in to comment.