NuGet Source Control Integration for VS 2015 -
with visual studio 2013 (nuget 2.8) have been using following approach disable source control integration nuget:
add following section nuget.config file exists relative solution: solutiondir\.nuget\nuget.config.
<solution> <add key="disablesourcecontrolintegration" value="true" /> </solution>
however, after upgrading visual studio 2015 (nuget 3.0) directive doesn't seem work more. new , upgraded packages added source control.
i have tried adding configuration ...\users\user.name\appdata\roaming\nuget\nuget.config file doesn't change anything.
i wonder if there new way specify behaviour in nuget 3.0.
it seems bug. reported on nuget github site , should fixed in coming release.
from deepakaravindr (assignee):
we work on fix. time being, there 2 possible workarounds
- first 1 move nuget.config solution folder .nuget solution level , directory
- second 1 undo changes packages folder
Comments
Post a Comment