Intrinsic tasks such as MSBuild and CallTarget cannot run in the task host because they rely on IBuildEngine callbacks. Since moving tasks to the task host node is the mechanism for running non-compatible tasks in multithreaded mode, these tasks must be migrated to the new task API to ensure proper execution in the multithreaded mode.
Intrinsic tasks such as MSBuild and CallTarget cannot run in the task host because they rely on IBuildEngine callbacks. Since moving tasks to the task host node is the mechanism for running non-compatible tasks in multithreaded mode, these tasks must be migrated to the new task API to ensure proper execution in the multithreaded mode.