Sitecore / Sitecore.Pathfinder

Get started, get far, get happy!
Other
34 stars 12 forks source link

Features/nuget #48

Closed JakobChristensen closed 8 years ago

JakobChristensen commented 8 years ago

Heavy refactoring of Nuget packages.

During installation, the installer sets up Nuget feeds back to the project. This eliminates the copy-dependencies and copy-package tasks, buts requires read rights to the project directory.

Inside a .nupkg, the project is now located in the /project directory instead of /content to be compatible with VS.

Binaries are located in /lib/net40.

Extension can be loaded as NuGet packages.