I\'ve created a tfsbuild.proj file that builds a release version of my solution and in it I have created a custom target for BuildNumberOverrideTarget that handles custom versioning. I store the versi
Setting up a new team build in tfs build 2008, you\'re forced to select a .sln file for your build definition.
Using the VS 2008 GDR update, I have created a database project. I have created a SQL Server deployment package. I have created a database unit test.
As part of my TFS (2008) build I want to manually copy the binaries and Views of an ASP.NET MVC project to a number of different locations. All existing binaries and views are copied successfully. Unf
Is there a wa开发者_StackOverflow中文版y to display the test results on the build results page returned by Build.aspx page? Because right now you only get to see the total number of tests and the numb
I\'ve been trying to move one of our projects to TFS 2010 Beta 2 to benefit from the new Agile process template and the Test And Lab Manager without moving to VS2010 yet (since it is missing CF suppor
I want to unbind my sln file from TFS server and publish it on SVN is there any \"easy\" option to do this. It\'s easy to open sln and chose unbind option in Visual Studio, but does any one ever tried
I have got the following structure: $ --TeamProject1 ---Solution1.sln ----TestProject1 --TeamProject2 ---Solution2.sln
I want to write a simple task which will update and commit source code that was Nightly build to SVN. I was on the msbuildtasks.tigris.org page, and downloaded the dll\'s but I have no idea how to wri
I\'m integrating a Fitnesse Acceptance test suite into a TFS based CI process. I can run the Fitnesse Test suite in a RESTful manner (http://fitnesse.org/FitNesse.UserGuide.RestfulTests):