Hello,
I'm evaluating Final Builder 7 and I'm comparing it against another automatic build tool.
I have created the basic steps of getting code from TFS and compiling a VS Studio 2008 solution.
However, I notice in the log that Final Builder 7 calls;
Running C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.com with parameters : /build "Release|Any CPU"/project "MyProject.csproj" "C:\Automated Builds\MySolution.sln"
If I open the solution manually in VS2008 and build all the projects, it takes 3 minutes.
In the log of our existing build tool I can see the command;
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.com "C:\Automated Builds\MySolution.sln" /REBUILD "Release|Any CPU"
Can Final Builder 7 be configured to build the solution and not each project?
Thanks in advance,
Matt