Tagged Questions

16
votes
9answers
2k views

Nant or MSBuild, which one to choose and when?

I am aware there are other nant and msbuild related questions on stack overflow, but I could not find a direct comparison between the two and so here is the question. When should one choose Nant over …
15
votes
13answers
1k views

best .net build tool

What is the best build tool for .net. I currently use nant but only because I have experience with ant. Do people prefer msbuild ?
13
votes
17answers
2k views

Should I switch from nant to msbuild?

I currently use nant, ccnet (cruise control), svn, mbunit. I use msbuild to do my sln build just because it was simpler to shell out. Are there any merits to switching my whole build script to …
13
votes
7answers
2k views

Is nAnt still supported and suitable for .net 3.5/VS2008?

I am using MSBuild to build my stuff. I want to use CruiseControl.net as by Build Server. Now, CCNET refers nAnt a lot, but it looks as if ccnet can do most of the stuff nant could do through the …
8
votes
10answers
698 views

Automated Builds

I currently use subversion for my version control via AhnkSVN and Visual Studio. I recently started using Tree Surgeon to set up my projects. It creates a build script automatically using NAnt. I …
7
votes
7answers
171 views

Build Process - What to use?

I'm considering writing my own delivery code using PowerShell and/or C#, maybe shelling to NAnt or MSBuild. Why should I not go this way? Is this such a really hard endeavor compared to using NAnt …
6
votes
2answers
730 views

is it possible to make nant run a publish on web application project

is it possible to make nant run a publish on mvc project or a good old web application project and after the publish make nant FTP the files to the web server UPDATE: found the solution to the ftp …
5
votes
4answers
84 views

.NET Dependency Management and Tagging/Branching

My company is having trouble figuring out the best way to manage our builds, releases, and branches... Our basic setup is we have 4 applications we maintain 2 WPF applications and 2 ASP.NET …
5
votes
6answers
599 views

Why would I want to continue to use Nant when MSBuild is available?

I have seen the prior questions and answers. In that one question, the original poster asked a followup question: what are the compelling reasons to use msbuild? are there cons? I didn't see …
5
votes
3answers
604 views

Generating HTML documentation from WSDL

What are your approaches to generating some sort of human-readable documentation from WSDLs? In the past I've used WSDL viewer (by Tomi Vanek) (see my blog post about integrating it into NAnt) and I'm …
5
votes
5answers
753 views

subversion/cruise control/nant/nunit with visual studio projects and solutions.

I work in a team of 2 developers and currently we use VSS and have no continuous integration or daily build and few Unit tests. I'm looking to change our source control to Subversion and at the same …
5
votes
7answers
2k views

NAnt and VS2008 (.NET 3.5) - Solution format of file Solution.sln is not supported

I'm trying to get NAnt 0.86b1 running with VS2008 SP1 and x64 XP. I have a basic build file (below) which gives the error Solution format of file 'Solution.sln' is not supported. <property …
5
votes
4answers
296 views

Dealing with passwords in NAnt build script

Is there a way to prompt the user for input during a NAnt build? I want to execute a command that takes a password, but I don't want to put the password into the build script.
5
votes
2answers
2k views

CruiseControl.NET view NUnit xml test result when Nant build file executes NUnit

I have a Nant build file which executes NUnit after compiling the dll's. I am executing the NAnt build file with a task in CruiseControl. So NAnt is running the tests not CruiseControl. How do I …
5
votes
8answers
242 views

Is there a dynamic language based .NET build tool?

I might be starting a new project in .NET soon, and would prefer not to use an XML-based build tool like Nant or MSBuild. I like Rake, but I'm thinking it may be better to have something based on a …

1 2 3 4 5 21 next
15 30 50 per page