Sitecore / docker-tools

Sitecore Docker Tools are utilities which assist Sitecore developers in initializing and running containerized Sitecore environments.
MIT License
27 stars 17 forks source link

Deploy-TdsWdpPackages.ps1 doesn't copy HedgehogDevelopment.SitecoreProject.PackageInstallPostProcessor.dll #16

Open ruben-chan opened 3 years ago

ruben-chan commented 3 years ago

I get an error that the HedgehogDevelopment.SitecoreProject.PackageInstallPostProcessor.dll assembly can't be found when deploying my TDS wdp packages.

nickwesselman commented 3 years ago

@zeraph Sorry for the delayed reply, did you find a solution to this? Wondering if we need to copy this assembly from the TDS wdp zip here:

https://github.com/Sitecore/docker-tools/blob/main/image/src/scripts/Deploy-TdsWdpPackages.ps1#L13

ruben-chan commented 3 years ago

Yeah that's exactly what I did.

Move-Item -Path C:\temp\TDS\Content\Website\Bin* -Destination C:\inetpub\wwwroot\bin -Force