avivasolutionsnl / sitecore-docker

Dockerized Sitecore 9 XP0 & XC
33 stars 24 forks source link

Extract just the xml files we need from from wdp.zip #162

Open piratebriggs opened 4 years ago

piratebriggs commented 4 years ago

Hi,

I found this script really useful but extracting the whole zip just to get the xml files seemed a waste.

This patch will only extract the xml files to the tmp folder so the script now runs in seconds.

I've had to move the calls to Remove-Elements() accordingly but otherwise the logic is unchanged.

Cheers

Ant