Get TFS to ignore my packages folder

前端 未结 12 2596
抹茶落季
抹茶落季 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:42

    Set your solution to restore on build, the package folder and packages file will be checked in but the packages won't.

提交回复
热议问题