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.
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 usingIsPackable
, but suppresses zipping up unintended projects by defaultingIsPackable=false
for the repo, and opting in only shipping projects totrue
.