Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Global tool for PowerShell and SDK container #8984

Merged

Conversation

adityapatwardhan
Copy link
Member

@adityapatwardhan adityapatwardhan commented Feb 26, 2019

PR Summary

This PR builds a unified global tool to support all the runtimes as well as two separate reduced size global tools to be included in dotnet sdk container images.

PR Context

PR Checklist

src/Microsoft.PowerShell.GlobalTool.Shim/GlobalToolShim.cs Outdated Show resolved Hide resolved
[Parameter(Mandatory)] $DestinationPath
)
## Remove unnecessary files
$localeFolderToRemove = 'cs', 'de', 'es', 'fr', 'it', 'ja', 'ko', 'pl', 'pt-BR', 'ru', 'tr', 'zh-Hans', 'zh-Hant'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if there will new folder? Maybe not "remove" but "use/filter only necessary folder"?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can I take this as a bug fix after this PR?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes.

@adityapatwardhan adityapatwardhan marked this pull request as ready for review February 26, 2019 19:16
@adityapatwardhan adityapatwardhan merged commit fb05169 into PowerShell:master Feb 26, 2019
@adityapatwardhan adityapatwardhan deleted the FxDependentPkgOptimize branch February 26, 2019 20:56
@iSazonov iSazonov added the CL-Tools Indicates that a PR should be marked as a tools change in the Change Log label Feb 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CL-Tools Indicates that a PR should be marked as a tools change in the Change Log
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants