InterviewSolution
Saved Bookmarks
| 1. |
Where You Can Write And Map The Execution Logic Of A Task? |
|
Answer» It is WRITTEN in the managed code and is generally mapped to the MSBuild. This is generally done with the help of a Task element which is EITHER PRE or POST defined. It is written in the managed code and is generally mapped to the MSBuild. This is generally done with the help of a Task element which is either pre or post defined. |
|