InterviewSolution
Saved Bookmarks
| 1. |
Is It Possible To Test, Compile And Deploy The Applications Automatically? How Can This Be Done? |
|
Answer» Yes, it is possible. This can be DONE with the help of TEAM FOUNDATION Build. Developers have the OPTION to AUTOMATICALLY run the code when the checking task is performed. It actually compiles the code by using the MSBuild. Yes, it is possible. This can be done with the help of Team Foundation Build. Developers have the option to automatically run the code when the checking task is performed. It actually compiles the code by using the MSBuild. |
|