i\'m in the process or upgrading my CI configuration to Web Deployment projects 2010 (from 2008) i\'m geting a really strange issue durin build as shown below - i\'ve been looking into it a a few hou
I\'m trying to speed up my builds some and was looking for some thoughts on how to do so. I currently use Hudson as a continuous integration server for a PHP project.
When promoting or deploying a build, I\'d like to automate swapping out a single database connection file. This could be done as either a post-build step or as a pre-packaging step before deployment.
I am setting up a project to run under the teamcity integration server on windows server 2003 (with sp2). The integration tests run using msbuild with the latest version of msbuildtasks v1.2.0.306. Al
I am developing code actively, with my developing team. When we release to our customers, I would like to provid开发者_如何学JAVAe jars without the -SNAPSHOT so they only need to update when a new dot
I have a project that uses CruiseControl.NET, and as a versioning scheme we have 3.0.[ccnetbuild].[svnrevision]. CCNetBuild is the internal build number cruise control uses to keep track of how many b
We are using TeamCity v4 and NAnt for continuous integration builds on a server in our work area. We would like t开发者_如何学编程o have the build server play an mp3 or wav file when the build fails.
I\'m using the lastest version of Wix 3.5 and I\'m trying to generate a fragment file using heat.exe. The command line is :
We currently use SNAPSHOT modifier in development so that project dependencies are linked to the most current build of its dependencies. So when we build a project we get all the jars with various tim
My shop has a precedent of checking in 3rd party tools to source control and using relative paths in projects/builds to find everything. Also, as NUnit releases new versions there have been several ve