Azure / azure-functions-host

The host/runtime that powers Azure Functions
https://functions.azure.com
MIT License
1.94k stars 442 forks source link

Use IsPackable for ZipPublish.targets #10636

Closed jviau closed 1 week ago

jviau commented 1 week ago

Quick follow up to #10168 to address linux artifacts not packing.

Using IsZippable was a last-minute change to avoid zipping up samples. This goes back to using IsPackable, but suppresses zipping up unintended projects by defaulting IsPackable=false for the repo, and opting in only shipping projects to true.