Get TFS to ignore my packages folder

前端 未结 12 2616
抹茶落季
抹茶落季 2020-11-28 00:22

I\'m trying to get TFS (2013) to ignore my packages folder. I passionately don\'t want it source controlled as I\'m using NuGet and it\'s great!

I\'ve t

12条回答
  •  无人及你
    2020-11-28 00:52

    Add a nuget.config file in a .nuget folder in your solution. Add the following to the nuget.config file:

    
    
      
        
      
    
    

    The disableSourceControlIntegration is what makes the trick for TFS Version Control.

提交回复
热议问题