Tagged Questions
2
votes
3answers
271 views
Continous Delivery TFS
Is it possible to achieve Continuous Delivery using TFS e.g. Windows Service? There are > 1000 posts on how to use msdeploy with TFS for WEB projects.
I am trying to understand why there are no ...
8
votes
1answer
1k views
Using a TFS Build Process Template (Workflow) for Deployment
I'm thinking of using TFS Build workflows for complex deployments. We have some that may need to deploy:
Web applications and services
Database
SSRS Reports
SSIS Packages
Who knows what else
I ...
3
votes
3answers
245 views
Should deployment errors constitute a build failure?
Our software uses in-house written deployment software due to the complexity of the product. As part of our current QA (not dev) build process (using more in-house software) we compile the code, patch ...