I\'m working on a .NET library, and I want the build script to be so generic that it can run from both the MS .NET framework, and from a mono installation on a Mac/Linux machine.
I\'ve done a couple of cust开发者_运维知识库om Tasks in MSBuild, but I am facing a new situation here.
This question already has answers here: Closed 10 years ago. Possible Duplicate: How does Copy-local work?
I\'m trying to create an archive with msbuild and I can\'t seem to be able to exclude the resharper folder.
We have CCnet+msbuild+tfs. Builds are configured for each project. We didnt build with solution. The problem is how should we configure build to not rebuild开发者_StackOverflow all projects again if
I look after builds of our products and have been asked to come up with a way of customising an existing build de开发者_如何学编程finition to build different branches when required.
I\'m trying to run this batch file from a windows service (running as my own user) and msbuild doesn\'t work. Running it directly however, works. I\'m getting a buch of \"The handle is invalid\" on st
I\'m working with a pretty big solution in Visual Studio consisting of over 130 projects (don\'t ask).
Anyway to have my project run a application after the test batch finished? I was hoping to add a <Target> but was unable to find anything.
I am trying to deploy using Team Build 2010 to a Windows Server 2008 R2 web server. My build server agent is setup to run under a Windows domain account.I have successfully given this domain account p