visual studio 2013 - Nuget keeps adding repositories.config in source control (TFS) regardless of disableSourceControlIntegration flag -
nuget seems stubbornly ignore flag inside .nuget/nuget.config file. it's important note no actual packages being added source control, annoying repositories.config.
i can confirm our settings correct, , if remove flag .nuget folder, packages start being added.
the reference problem find here - https://github.com/haacked/nuget/pull/2. seems pull request made in clone repository.
for reference using vs 2013 tfs 2013 latest updates. use server workspaces , couldn't make .tfignore file work due that.
has experienced problem , if so, how did overcome it?
we use .tfignore file this. here's blog on how it: http://blog.appliedis.com/2014/11/06/excluding-files-from-team-foundation-version-control-using-tfignore-files/
Comments
Post a Comment