We are running Cruise Control 1.5.7256.1 and using it to do builds开发者_运维知识库 using Nant and Nantcontrib. The builds are failing and succeeding correctly, but when they fail the related error me
I have the following sequence of things to do in my team build script after the sources are compiled:
Are there any interesting cust开发者_如何学Goom loggers for MSBuild already written? I am especially interested in loggers that would record system load (CPU/Memory/IO) data during the build and relat
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 have a build definition setup with a drop location. The binaries are moved into this location, but under 开发者_JAVA技巧a new directory (named as build number) every time. Is there a way to have the
I have an MSBuild file that manipulates the AssemblyInfo file before the application is compiled.At the end of the build, it restores the AssemblyInfo file.It does this by backing up the file, manipul
I wrote a MsBuild Task : MyTask. In my solution, I have the Task project and others projects. MyTask references a project (say ProjA) which references third assemblies, say (dep1 and dep2).
I wish to execute an EXE as a part of my post MSBuild tasks , once all the projects in my solution are build (The exe should get executed only after the complete build of my solution and n开发者_如何学
As the last step of my msbuild script I have to load a web page from the server I have just released and make sure it contains the correct version (it is enough to just check if the version is contain
I\'m trying to build a MonoTouch project using xbuild (on a Mac, clearly). Here\'s my xbuild project: