richardszalay / helix-publishing-pipeline

Unified publishing for Sitecore Helix solutions that extends existing Visual Studio and command line workflows
MIT License
68 stars 18 forks source link

Helix Publishing Pipeline support for Nuget packaged modules #72

Open rroman81 opened 4 years ago

rroman81 commented 4 years ago

Based on the documentation I found, it sounds like HPP was designed to provide a set of csproj files for each layer which are then built and published through a main "aggregate" csproj which drives the publishing step.

Does it support foundation/feature layer modules that are already packaged into a NuGet Package?

I'd like to keep foundation and common feature modules in a separate repository with independent versioning. How can HPP help in this process?