I\'m using Tea开发者_StackOverflowmCity to automatically build my solution with msbuild and it seems that .vdproj are not supported. What are my options to build an msi/installer ?
I\'m writing a rakefile using Albacore for my .NET stuf开发者_StackOverflow社区f, and I\'m trying to figure out the easiest way to copy a project to another directory (artifacts) while excluding the .
Ok, I get the incremental build and I\'m working on it already, but I don\'t got the idea how to do rollbacks in case I need to. At the moment I\'m using MSBuild and CruiseControl.NET to create the bu
How to search for files containing a p开发者_运维知识库articular text string using MSBuild?Thanks guys! I appreciate all of your quick replies!
I am trying to run a command line action in my Team Build (MSBuild). When I run it on the command line of the build machine it works fine.But when run in the build script I get a \"exited with code 3
I\'m using VS2010 RC while targeting .NET 3.5.I can run code analysis via Visual Studio without a problem.However, when I try to run code analysis on our CI server it isn\'t getting executed.When I at
I would like to hear the best practices or know how people perform the following task in TFS 2008. I am intending on using TFS 开发者_如何学JAVAfor building and storing web applications projects.Some
As a part of my build process I generate some files that should be included when creating a clickonce deployment.
I need to convert the function \"path::combine(path1, path2)\". Please help me if you have some idea. Thank you开发者_StackOverflow社区!Use the CombinePath Task:
Building a solution containing a web application project using MSBuild from powershell like this: msbuild \"/p:OutDir=$build_dir\\\" $solution_file