5


I want to build Sitecore packages programmatically. Can you tell me what class I can use for this? Or tell me about any manuals about this?

In many manuals I can read only about create packages from Package Designer, but I don't need this...

LuckSound
  • 986
  • 2
  • 12
  • 35

2 Answers2

6

In addition you should also take a look at Sitecore Courier and Unicorn.

jammykam
  • 16,940
  • 2
  • 36
  • 71
  • Nice, hadn't realised he'd put something up – jammykam May 29 '13 at 21:11
  • 2
    The Build.proj file in the Sitecore.Mvc.Contrib project has examples of how to generate update packages with Sitecore Courier and also how to automate the creation of Sitecore.Nuget enbabled packages. ref. https://github.com/Sitecore-Community/Sitecore-Mvc-Contrib/blob/master/build/Build.proj – Kevin Obee Oct 15 '13 at 08:46
3

You can try to use Continous deployment with Powershell Console.

You can also check Sitecore.Install.PackageGenerator class in the Sitecore.Kernel.

Some other ideas were linked in this question

Community
  • 1
  • 1
Marek Musielak
  • 26,832
  • 8
  • 72
  • 80