Are there any performance costs to having a lot of UsingTask commands that aren't necessary in a build script?
Thanks
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23036...
I am new to MSBuild and am having some trouble figuring out how to recursively exclude folders of a certain name.
I know how to just exclude a certain directory like this
<ExcludeFromBuild ...
http://www.experts-exchange.com/Programming/Editors_IDEs/.NET/Q_23129836.html
When I compile my solution (which includes a web project) in visual studio it compiles without problems, when I try to compile this solution with msbuild.exe using the first command in the attached...
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_3.x/Q_24180579.h...
Hello Experts,
how can I write a target such that it takes an input parameter. For example, lets say I have a target MyTarget that calls MyTask. I want to call MyTarget twice. Once with setti...
http://www.experts-exchange.com/Microsoft/Development/Q_24342879.html
Zones:
MS Dev,
.NETDate Answered: 04/22/2009 Rating: 8.9 Views: 32
Can you please help me out with Publishing a .net project with the help of NAnt or through msbuild at the least. Help is greatly appreciated.
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_2.0/Q_23246735.h...
I'm creating a Team Build process for a project. The TFS server and Team Foundation Build are 2008. The project is a C++ project. They use Visual Studio 2005 for the project. I want to be able to c...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23851219.html
Folks,
I want my build system to compile for both x86 and x64. Right now x86 works just fine. I setup a new Configuration for x64 as shown in the code window. I confirmed that msbuild is call...
http://www.experts-exchange.com/Microsoft/Development/Q_24345314.html
The error we get is this...
msbuild.exe - Application Error : The exception unknown software exception (0xc0000409) occurred in the application at location 0x5cb79b4e.
Pretty generic error mess...
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_3.x/Q_24328606.h...
I have written a ASP.Net 2.0 application that I want to publish to a remote web server. Everything works perfect when I do it from my machine that has VS 2005 Standard Edition installed on it. I ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21820477.html
Hi Guys,
I am new to dot net.
i have created 1 VB.NET 2005 project
and i need to build this project using MSBuild
How to i do that
Can you explain step by step please.....
thanks
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_22754...