Our Continuous Integration process appears to be executing programs that are in contention for for files.During the build, certain pdb\'s aren\'t able to be copied because they are in use by another p
I have set up a build with Teamcity. See my build file below. When the build is succesful and the tests pass, the build process just runs again and again indefinitely in a loop.
Question What\'s the right way to build a complex fips link into the Visual Studio vcproj projects while continuing to allow developers to arrange libraries via the properties GUI?
I need help with a very frustrating problem with Visual Studio 2008. I have a project in C# which calls, during the pre-compilation phase, a batch file which copie开发者_如何学JAVAs some dlls into a s
I am setting up a build system and would like to display which task failed the build in the \"Project Report\" section in the dashboard and in the build failure email.
I have an odd situation. I have a suite of unit tests that pass on my dev machine.They pass on the build machine if run from visual studio. But 5 of them reliably fail during the automated build.There
We\'re in the process of evaluating MSBuild and Nant for deploys. We may roll our own tool. One thing that a different business unit -- let\'s call it DeptA --would really like to have (as in it bette
I have a VS project used for my .NET WCF host with some simple DTOs in it. I then have another project targeted for Silverlight with links to the files from the .NET-project.
My buildbot has been running for 3 years using devenv.com to compile the projects on Windows. Now devenv.com has troubles to build for 64 bits versions: passing the configuration as \"Debug|x64\" gen
I\'m using MSBuild to build Delphi 2010 projects. It works fine. The only problem I have is that it creates 2 empty directories (Bpl and Dcp) in 开发者_JS百科drive\'s root directory.