tfsbuild
How do you set up a TFS build definition with default parameters?
I\'d like to set up a build definition in TFS that calls a particular build target and passes in default parameters. Is there a way to do this without setting up a new tfsbuild.proj file for my new de[详细]
2023-02-19 13:21 分类:问答Can TFS 2010 Workflow-based team build get Code Coverage results?
Using Workflow to create a build I\'d like for the build quality to change depending if the current cod开发者_如何学编程e coverage threshold is met.I have everything set up but the condition to check[详细]
2023-02-19 09:17 分类:问答Adding Windows Workflow to Custom Build Process (TFS 2010)
I have a minor problem regarding my Custom Build Process Workflow in Team Foundation Server 2010. At the moment, I have 2 custom workflows, one for Server Builds (.WSP Sharepoint packages) and one fo[详细]
2023-02-17 11:51 分类:问答Run and publish xUnit.net tests in a TFS 2008 build
I have team build running on a TFS 2008 server. I want it to run my xUnit.net tests there and show the result in the Build details.[详细]
2023-02-17 02:10 分类:问答TFS API - How to query builds independent of which build definition they belong to
It seems no overloads of IBuildServer.QueryBuilds(...) allows me to do that. Here\'s my code: TfsTeamProjectCollection tfs = context.GetValue(TeamProject);[详细]
2023-02-16 05:22 分类:问答TFS Build, don't add the BUILD Name to Globallist
Hello Is there a way to stop TFSBUILD from adding the buildID/BuildName to the Globallist \"Builds - Myprojectname\" ?[详细]
2023-02-15 02:38 分类:问答Running Unit Test Projects on TFS 2010. Team Build 2010 Is Not Compiling Test DLLs
I have set up a TFS 2010 Team Build Configuration to run continuous builds. I currently have 2 Test Projects that run inside Visual Studio 2010 IDE with no problems.[详细]
2023-02-14 12:02 分类:问答TFS2010 Deploy solution two web project
I am working on solution with 2 web-projects. There is a problem. After building the projects on the test server they should be placed in two different folders and sites IIS. I use TFS2010 to build it[详细]
2023-02-12 08:16 分类:问答TFS 2010 Build Automation and post-build event
In the project I\'ve inherited, the original developer used a number of post-build events in his Visual Studio projects to copy around DLL\'s and stuff when building inside VS.[详细]
2023-02-12 04:38 分类:问答How Stop Team Build from Precompiling
I\'ve got an ASP.NET website project in my Solution, in Visual Studio 2010. I\'m using TFS 2010 to build the Solution.The website is getting[详细]
2023-02-12 00:28 分类:问答