InterviewSolution
| 1. |
Any Support For Distributed Build Tools? Ex: Integrating Our Custom Data Build Tools Into The System Throughout A Network? |
|
Answer» MSbuild was written to be extensible and integrate with existing tools through easy to use XML configuration files. Many of the commercial build utilities are already USING and/or integrated with MSBuild –such as Cruisecontrol.net. In addition to making these ACTIONS part of the build script I have found the GENERIC tests SET to run as part of the build to do just as good a job with a rich user interface and support for managing/filtering etc. MSbuild was written to be extensible and integrate with existing tools through easy to use XML configuration files. Many of the commercial build utilities are already using and/or integrated with MSBuild –such as Cruisecontrol.net. In addition to making these actions part of the build script I have found the generic tests set to run as part of the build to do just as good a job with a rich user interface and support for managing/filtering etc. |
|