I'm trying to set TeamCity to do a CI using .Net and configuring build runners I have:
- Visual Studio (sln)
- MSBuild
- Visual Studio 2003
What's the difference? Why three build to work on the same type of project? (With the exception of 2003 which is only for 2003 I believe, Why?)
Taking the issue, we have this build runners for .exe files:
- .NET Process Runner
- Command Line
The "Command Line" build runner not works with any .net assembly? Why the .Net Process Runner?