mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 15:31:41 -04:00
The new step collects together all the required build artifacts and places them in the output directory. * Reintroduce/add the code removed from step export to preserve the legacy export directory structure when skip_export is unset/false * Add a place holder for a future function that will move just the VHD files from the build directory to the output directory when skip_export is true * Add tests for current functionality and placeholder tests for future functions