27
votes
11answers
1k views
Best practices for large solutions in Visual Studio (2008)
We have a solution with around 100+ projects, most of them C#. Naturally, it takes a long time to both open and build, so I am looking for best practices for such beasts. Along the lines of questions …
18
votes
31answers
1k views
What are the cool and interesting things that you do during build-automation?
I am just curious to see what others are doing during build-automation other than usual compile, build, run-tests, etc tasks that might be helpful and inspirational for others to consider and look …
15
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 …
14
votes
6answers
2k views
How can you publish a ClickOnce application through CruiseControl.NET?
I have CruiseControl.NET Version 1.4 set up on my development server. Whenever a developer checks in code, it makes a compile.
Now we're at a place where we can start giving our application to the …
13
votes
1answer
977 views
Delphi MSBuild Build Configuraions From Command Line
Delphi 2009 offers build configurations. If you create a new project you have the 2 default build configurations "Debug" and "Release".
Now I asked myself how to automate builds using MSBuild (which …
13
votes
5answers
2k views
Compile Views in ASP.NET MVC
I want an msbuild task to compile the views so I can see if there are compile time errors at well... compile time. Any ideas?
13
votes
3answers
2k views
Displaying build times in Visual Studio?
Our build server is taking too long to build one of our C++ projects. It uses Visual Studio 2008. Is there any way to get devenv.com to log the time taken to build each project in the solution, so …
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 …
11
votes
10answers
2k views
What is the best practice for “Copy Local” and with project references?
I have a large c# solution file (~100 projects), and I am trying to improve build times. I think that "Copy Local" is wasteful in many cases for us, but I am wondering about best practices.
In our …
11
votes
6answers
636 views
What is the best way to share Delphi source files among projects?
What is the best way to share Delphi source files among projects?
Clarification: We want to use a single source file in multiple Delphi projects. We've been using our SCM tool to put the same file …
9
votes
3answers
832 views
Is it possible to build MSBuild files (visual studio sln) from the command line in Mono?
Is it possible to build Visual Studio solutions without having to fire up MonoDevelop?
8
votes
4answers
171 views
Targeting both .NET 3.5 and Silverlight
Let's imagine I already have a project building .NET 3.5 assembly. Now I want to build this assembly for Silverlight, and moreover, maintain its Silverlight version with minimal efforts further.
What …
8
votes
11answers
3k views
Use SVN Revision to label build in CCNET
I am using CCNET on a sample project with SVN as my source control. CCNET is configured to create a build on every check in. CCNET uses MSBuild to build the source code.
I would like to use the …
7
votes
7answers
163 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 …
