I have added a new nuget package to my solution.
In the "Team View -> Pending Changes -> Detected Changes" there are some of the files, but /lib folder is ignored. As a result CI build breaks.
Question: where is it specified in TFS (or Visual Studio?) to exclude /Lib folder (or files inside /Lib folder)?
Given you're using TFS2012 I assume you're using a local workspace. For local workspaces files are ignored using the .tfignore
file. Check if you have that file present and if there is an exclusion for the /lib
folder in it.
Also note that by default certain files are ignored, such as the .dll
files that would be in the /lib
folder of the nuget package. If a folder has no files to include it will not be shown in pending changes. You will have to add it manually via source control explorer.
Here's the reference for the .tfignore file if you want to see how it works.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With