build-automation
How to add custom statistics to a TFS 2010 build?
I want to integrate the execution of a custom to开发者_运维问答ol to our build (say CLOC, to gather LOCs by language) in TFS 2010. I know I can do that by creating a custom activity that I can then in[详细]
2023-04-04 22:22 分类:问答Any best practices for writing build scripts in Ant or MSBuild
I am trying to automate the build process of my projects (both java and .net) using Ant and MSBuild. I’ve read about them and know how to write build scripts in Ant and MSBuild. But I wonder, is ther[详细]
2023-04-03 16:59 分类:问答MSBuild Task to move all files or folders?
Is there an MSBuild task that will move a file OR a folder? Co开发者_运维技巧re, extension, community, wherever is fine.[详细]
2023-04-03 07:24 分类:问答MVC 3 Deploy Automation
I am looking for the most straight forward way to automate the deploy of an MVC 3 application. There is a wealth of in开发者_如何转开发formation on Stack Overflow already, but much of it seems to be o[详细]
2023-04-01 20:18 分类:问答How to use MS Team Build with other compilers?
I\'ve been using Team Build 2010 successfully to automate builds where the source code is written in MS C#/C++.[详细]
2023-04-01 09:42 分类:问答Apache Ant does not include any file using my pattern
Here is zip task: 开发者_Python百科<zip destfile=\"${bindir}/HorizonWeb_bin.zip\" > <fileset dir=\"${basedir}/Horizon WEB Deploy/Release\" >[详细]
2023-04-01 04:45 分类:问答TFS Automated Build Strategy Questions
I\'m new to Team Foundation Server, and I\'m currently working on setting up an automated build strategy for my project. One bit of confusion I\'m having is how to setup automated builds that match ou[详细]
2023-04-01 03:20 分类:问答How to temporarily safely ignore files/changes from TFS
Where I work we have a long build process that includes more than a dozen modules.I work in module [A], and it often happens that code is checked into module [A] at the same time as code is checked in[详细]
2023-03-30 18:16 分类:问答Is it possible to perform Web.config transformations without publishing?
I am using VS2010, and I understand that when I publish a web application, the Web.config I am using 开发者_运维知识库is transformed based on the build settings.[详细]
2023-03-29 00:49 分类:问答TFS Builds Queuing
I\'m facing this issue in开发者_JAVA技巧 a build. Other Errors and Warnings 1 error(s), 0 warning(s)[详细]
2023-03-28 12:30 分类:问答