tfs - Can't have Nuget.config in source control? -
in 1 of our projects, i've converted (now broken) old-school msbuild based automatic package restore shiny new automatic package restore in nuget 3.0 (visual studio 2015 rtm default).
as official guidance suggests, have created .nuget/nuget.config
file in solution folder stop uploading binaries. no more clutter in source control. life good.
however, doesn't work on other machines if nuget.config
isn't included in source control, have done that. life bad again.
visual studio can't load nuget correctly , error log indicates can't open .nuget/nuget.config
read-write. fair enough, since it's under tfs source control , not checked out.
so here's question: how have cake , eat it, too?
upgrade nuget 3.1.1, behaves expected , doesn't open file read-write. delicious cake.
the discussion (closed) issue here: https://github.com/nuget/home/issues/1103.
Comments
Post a Comment