I am trying to create an installer for my project using NAnt. this is how my build script looks like <?xml version=\"1.0\"?>
Typically when doing a build script for C# I just include **/*.cs for each project/dll to build.However I now have a situation where I have some .cs files which are not part of the project but live in
Visual Studio 2008 uses its own solution file format, and different build systems like NAnt (and even some comp开发者_运维问答lex MSBuild cases) use their own. How do you keep them synchronized? Are t
I have a Nant build script which referrenc开发者_如何学Ces 30 other build scripts. Each build script referrences a visual studio solution using MSBuild.
In my NAnt script I have a compile target that calls csc.Currently it fails because no inputs are specified:
I\'ve been using MonoDevelop and Make to execute some build taks on a C project under linux, but I decided to abandon Make and switch to NAnt since I am more proficient in writing C# programs than Mak
I need to store authentication information and I rather not have the password in plain text: <property name=\"user\"value=\"theUser\"/>
I have just updated my nant script to compile my .net framework 4 solution. And I got the above error while generating commonassemblyinfo.cs in my solution.
I have a build file with nant n开发者_如何转开发ow all I need to do is execute it with command prompt using c#
I need to build multiple environments and tag them in Apache Subversion using a NAnt sc开发者_如何学Goript. Is there a way that I can use NAnt to create the tags in Apache Subversion with a variable I