I have visual studio team suite 2008. I was unable to meet the requirements to setup TFS, so I\'m using TortoiseSvn and VisualSvn as my version contol in VSTS.
trying to pick version control, continuous integration, and host for Flex + Ruby or Django smallish project. Question:
We have Xserver-less CentOS system for continuous integration. So no UI. I want to run selenium test cases on it. I am using new Alpha version of Selenium2 which has WebDriver integration. It starts
Is there a known solution for splitting build process cross the network machines? Use case: We are an average software development company. We own around 50 development workstations (Quad Core 2.66G
Imagine there\'s a project in Bamboo with two build plans: Staging Deployment (SD) and Production Deployment (PD). Building SD checks out latest sources, builds them and deploys a web site to a stagin
In our project, we have a plenty of unit t开发者_如何学Pythonests. They help to keep project rather well-tested.
In a nutshell, I have a solution that builds fine in the IDE, and the unit tests all run fine with the NUnit GUI (via the NUnitit VS2008 plugin).However, when I execute my TeamCity build runner, all u
From my perspective, we\'re constructing our own \'flavour\' of NAnt/Ivy/CruiseControl.Net in-house and can\'t help but get the feeling that other dev shops are doing exactly the same work, but then e
We have a continuous integration server with over 40 jobs that are constantly changing.I would like to version control continuous integration build jobs in Hudson so we can roll back changes if we hav
What is the best way to run silverlight开发者_运维百科 unit tests automatically using team city?