Closed swalker1595 closed 3 years ago
Shane, did you get this resolved? Typically you need to copy the DLLs twice. one for the SOURCE package and one for the INSTALL package.
See this file as an example https://github.com/ChrisHammond/dnnCHAT/blob/master/BuildScripts/ModulePackage.targets
I tried to following this guide: https://www.chrishammond.com/Blog/itemid/2053/including-additional-dllrsquos-in-an-msbuild-scr but was unsuccessful in packaging the additional DLLs for installation.
I added two lines to the
ModulePackage.targets
file:And the following lines to my
.dnn
file:However the
install.zip
file does not contain either DLL.