I am using myget build services with a github web hook to build my nuget packages on every push to github.
The github repo is at project level so the packages folder (which is at sln level) does not get pushed.
So my build fails because it doesnt have the dependencies. What is best practise here? I would like to pull in the dependencies with nuget during build. Is this possible with myget and if so how could i set it up. I have looked at package restore but that also creates config at sln level so i dont think it can help me.