InterviewSolution
Saved Bookmarks
| 1. |
How The Grouping Of Tasks Is Gone On The Msbuild? |
|
Answer» This is done through TARGETS which are actually the combination of tasks which are DEFINED in a particular order. When it COMES to exposing the sections of files RELATED to the project, they are considered at the entry point an always make sure of the smooth process of the build tasks. This is done through Targets which are actually the combination of tasks which are defined in a particular order. When it comes to exposing the sections of files related to the project, they are considered at the entry point an always make sure of the smooth process of the build tasks. |
|