
- #Bitbucket extension for visual studio 2015 how to#
- #Bitbucket extension for visual studio 2015 update#
While, it's good that there is a reasonable workaround, perhaps is presence is also the curse that has kept this bug from getting any love for so long. "Undo pending changes" doesn't delete files, and you don't have to check in right away. What I mean is that 3.1 broke support for that setting - it worked fine before and after that. In version 3.1 the disableSourceControlIntegration setting didn't work no matter where your config file was. #11The reason this works is most likely because you have updated your version of the NuGet VS 2015 Extension. I only want to disableSourceControlIntegration not also pick a new location for the repositoryPath. #10This worked but you really have 2 answers going on here. I don't think this answer Unless I am misunderstanding you, the lack of the nfig file (and hence the disableSourceControlIntegration directive) is why the packages are being checked in. Upon Add Solution to Source Control it added the packages folder, subfolder, binaries, etc. Using 3.3.0.167 of NuGet Package Manager for Visual Studio. In that case you'll need to remove the packages folder from TFS before VS will start ignoring it. I never knew there was a GLOBAL nfig Keep in mind that simply updating the extension probably won't solve this problem if it already exists (i.e., the packages folder is in source control already). #5I've found it easiest to add the disableSourceControlIntegration option to the default config file at %APPDATA%\NuGet\NuGet.Config like so: You've just solved something for me that has been annoying me since 2013. #4Not the answer you're looking for, but after smashing my head against the TFS wall for a couple years, I convinced my team that git was the way to go.gitignore actually works like you'd expect :-)

I have the same problem and I haven't found a real solution yet. Even if the folder is NOT included in the solution and only in the file system, it will override everything! Make sure your solution folder does not contain a. Until now, I've been doing the same in a one-config-per-solution ( \.nuget\NuGet.Config) manner. NOTE - This works is on a per-user basis. Your solution folder will not contain any packages anymore all solutions will default to using your custom packages location instead. Now you never have to worry about that stuff again. you can specify any path you want - the important thing is putting it OUTSIDE your TFS workspace! In your %AppData%\NuGet\NuGet.Config file, add the following just before the XML tag. This means that you can specify in the default config file for your user profile (found at %APPDATA%\NuGet\NuGet.Config) or in the NuGet config file in your solution directory, e.g., \MySolution\.NuGet\nfig. NuGet first loads nfig from the default location, then loads any file named nfig starting from the root of the current drive and ending in the current directory. A version of the NuGet Visual Studio 2015 Extension that respects the disableSourceControlIntegration setting (versions from 3.2 onward should work).A nfig file containing the disableSourceControlIntegration setting.Version 3.2 of the extension has now been released (found here) which includes this fix.

#Bitbucket extension for visual studio 2015 update#
It looks like this is fixed in version 3.2 RC of the NuGet Visual Studio 2015 Extension - updating to this version worked for me, at least.Ī discussion about this issue can be found here where it is recommended to update from NuGet 3.1 to 3.2 RC. There was a workaround, but it doesn't work with VS2015/NuGet3, and NuGet is back to its old tricks. VS2013 had a bug where NuGet would add packages as pending changes, even if you told it not to with. Microsoft Connect item: NuGet adds packages to TFS despite.
.png)
#Bitbucket extension for visual studio 2015 how to#
Visual studio How to keep VS2015 NuGet from adding packages to TFS,visual-studio,tfs,nuget,visual-studio-2015,Visual Studio,Tfs,Nuget,Visual Studio 2015,VS2013 had a bug where NuGet would add packages as pending changes, even if you told it not to with. Visual-studio tfs nuget visual-studio-2015
