Azure / Azure/azure-functions-core-tools
Localize the logic for `CustomPackSubcommand`
Open
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 498
- Avg merge
- 4d 20h
- Merged PRs (30d)
- 14
Description
Right now the logic for `CustomPackSubcommand` is mainly in `ZipHelper` where we find the custom handler executables and use the logic within `HostHelpers` to ensure that the custom handler executable is present. We should have that specific logic be in the `CustomPackSubcommand` itself and have any logic that's duplicate to the publish command be in a helper class.
Contributor guide
Assessment
This issue has not been assessed yet.