MSBuild task to install Nuget packages from local packages folder downloaded by Nuget Package Restore
The original NugetPackageRestore added packageInstaller.xst on the packages' folder. This works well for one Web project, but multiple web projects means that the second Web project does not run...
More information