Search code examples
packagesitecoresitecore6nuget-packagesitecore7

how to create package for module in sitecore application


i have created a module for sitecore, i made some changes in sitecore application folder and some
are added new, so now i want to create package for this module, i create packge using package designer wizard for items & templates in sitecore but now i want to add my customized code in
the package. can anyone suggest me how to create package for this module. Thanks in advance.

i also read this blog:

http://www.sitecore.net/Learn/Blogs/Technical-Blogs/Trevor-Campbell/Posts/2013/02/28-Days-of-Sitecore-Rocks-Package-Creation.aspx

Solution

  • You add the files from the same Package Designer application as the Items.

    From the Ribbon, Select Files Dynamically or (more likely) Files Statically and then select the files you want to add to the package.

    You can then generate the zip as normal.

    Sitecore Add Files to Package