How to get the latest NuGet Packages during TFS2013 build -
i've got local build getting correct nuget packages before build tfs (2013) build still fails. how latest packages before tfs build kicks off?
i've read several articles talk deleting nuget.targets file solution, don't understand how solution can possibly know in our local nuget store packages if that???
based on this article i've added "$(solutiondir)\nuget restore" pre-build event of first project in solution built, doesn't seem working.
@bikerdude - update 8/14/17
Comments
Post a Comment