I´m strugling around for some days with visual studio multi project templates installed by an vsix plugin.
What I tried: Stackoverflow 1 AND TONS OF MSDN ARTICLES
The problem/what I want to do:
- Setup a private nuget feed for visual studio in general.
- Install packages from this feed to the subprojects
I thought about using the nuget package restore command, because all the subprojects have their packages.config files but I have no plan how to run that command after the project was created. Is there a way to start e.g. a powershell script that perform such tasks for me?
thanks & greetings Nico