This pull request adds the parameter $AllowVHDXCaching to the script.
Setting the $AllowVHDXCaching parameter to $true will create a VHDXCache folder that caches patched VHDX files together with their patch configuration.
On subsequent runs, the script scans for pre-built VHDX files and copies them for the next steps.
This can cut build times in half since only the app install part in the vm will be executed.
This pull request adds the parameter $AllowVHDXCaching to the script.
Setting the $AllowVHDXCaching parameter to $true will create a VHDXCache folder that caches patched VHDX files together with their patch configuration.
On subsequent runs, the script scans for pre-built VHDX files and copies them for the next steps.
This can cut build times in half since only the app install part in the vm will be executed.