Reputation: 1134
I am heavily used to using SVN/Git coupled with Teamcity to do Continuous Integration & Delivery. Pretty easy there to create MSBuild / NANt scripts to do what I want. Recently for work purpose I am placed in a project where I am trying to set TFS up to do the same but gosh a clear cut doco seems to be unavailable there (or I am too used to Teamcity).
Will you be able to point me to the right direction re
Upvotes: 0
Views: 522
Reputation: 39898
You can integrate TFS with all kinds of tooling but if you want to use all TFS offers you, you can use the following:
Combining CI builds with Release Management gives you a nice solution for continuous deployment through all kinds of environments
Another option is by using Lab Management. This is well suited for deploying and managing test environments, both physical and virtual.
When it comes to best practices for TFS I would love to point you to all the `guidance we created as ALM Rangers. Here you will find guidance on installing, configuring and running TFS in all kinds of scenarios including Build servers and DevOps automatic deployment scenarios.
Upvotes: 2