I have the following issue with nuget.
In my company we have some Windows Build Server, onto several developers build their dotnet applications. To do so, they use the user nuget.config file which is located in %appdata%\NuGet.
The problem is that this file changes continuously and, everytime, I have to modify it manually to restore it in a state in which the builds that use it will not fail.
How it's possible that this file get continuously changed? It's something that can be linked to some Visual Studio option? How can I avoid that this nuget.config file get continuously changed?