Upload entire solution into TFS–first time
- Right click solution – Add Solution to Source Control
- Now, all the files will show up in TFS with a + sign – they have been ‘added’ but not ‘checked in’ (committed).
- To check-in, select Check in .
- You will be prompted for check-in comments and check-in notes (based on the default check-in policy configured in TFS).
That’s it – once you put any check in comment (e.g. Initial Solution Upload), you should be able to commit everything to TFS. Other users can now download the same solution into their development environments.
Leave a Reply