Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

applejag/NackademinUppgift14

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NackademinUppgift14

EPiServer web app simulating a company homepage.

NuGet tips

EPiServer's NuGet packages are a little bit tricky. First off you need to add the following to your NuGet sources: (Can be found in Visual Studio under Tools > NuGet Package Manager > Package Manager Settings > Package Sources)

Name: EPiServer NuGet feed
Source: https://nuget.episerver.com/feed/packages.svc/

Name does not have to be exact.

If after cloning the repository your modules/ folder is empty (for either AlloyTraining or AlloyDemo) then open the Package Manager Console, make sure Package source is set to All (in the console) and execute the following command to reinstall the packages:

Update-Package -Reinstall

The Zip files in the modules folder is added during installation via script and is skipped upon regular NuGet restore.