Tagged Questions
-1
votes
0answers
54 views
Set up staging for my project
My application system includes modules and software related both desktop and web applications. They are programmed in VS VB.net and C#. I would like to set up staging (development,testing,Production) ...
0
votes
3answers
113 views
TFS non-chronological deployment?
We have the following scenario:
Changeset #1 is some unfinished buildable checkin
Changeset #2 is a completed small task
..
Changset #5 completes the work done at CS#1
They all affect the same ...
1
vote
2answers
1k views
Deployment Tools that Integrate with TFS?
So I have this issue. The Operations team where I work has taken over TFS because they are using MS Build to build and deploy code to production servers. As a result developers have lost A LOT of ...
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 ...
0
votes
2answers
185 views
Team Foundation Server - Deployments
We currently have 5 developers working on quite large Silverlight application.
We have 3 servers:
Test
User acceptance server
Production
Each person works on something completely different and ...