baseclass / Contrib.Nuget

Extending nuget with nuget packages
MIT License
30 stars 21 forks source link

Support reading repositoryPath from nuget.config #38

Closed shauser closed 6 years ago

shauser commented 7 years ago

If the solution has a nuget.config file which references a different packages directory, we should use that one instead of hard-coding the path relative to the solution path.

romerod commented 7 years ago

Thanks for the pull request, sorry for taking that long for responding, but... it's summer ;-)

jvilimek commented 5 years ago

Hi there. Still getting the error. We have specified the path in $SolutionRoot**.nuget**\nuget.cofig and this fix is probably checking only $SolutionRoot\nuget.cofig. Is this expected?