I 开发者_Python百科am following the following structure to re-structure my source-control project. Now I am also using TeamCity as my CI server. The configuration in TeamCity points to a specific tfs
I try to configure theMSTest Settings s开发者_开发技巧section[Step 3 Runner: Visual Studio (sln)].My particular configuration require to call a set of scripts (TestSetup.cmd) before the tests. Everyth
TeamCity 5.X REST documentation directs us to a plug-ins page that is not 开发者_Python百科TeamCity 5.X specific. I just recently realized this, and it seems that some of the functionality such as the
We have been having an issue with our project\'s Continuous Integration. Occasionally, we want to try to clean all of the files on build within TeamCity in its checkout directory. Whenever we try to d
I am running tests that needs to open a new instance of IE everytime for new test. My first test passes and closes the IE at the end and then my next test has to open a new IE but It failing at that
I\'ve got a legacy solution with multiple project references. Two of those proje开发者_如何学Gocts are deployed independently, and both reference the other projects.
I am getting the following error when trying to clear out files within my project LC error LC0000: \'Could not find file \'E:\\CI\\BuildServer\\RMS-Transition\\Group\\dev\\Controls\\Properties\\licen
We\'re using TeamCity\'s command开发者_高级运维 line build runner to call a bat-file. The bat-file builds our solution by calling the Visual Studio 2008\'s \"devenv.exe\" and then it executes the unit
I am trying to use the FxCop build runner in Te开发者_Go百科amCity (5.1.2) and while I get the analysis output, the errors all show \'0\' for the code line link and I can\'t open anything in the IDE u
I was wondering if anyone has tried using teamcity\'s command line builder to perform ssh remote login.