| title |
CustomBuild Task |
| description |
This article describes the MSBuild CustomBuild task, which is used by MSBuild to support customizing the C++ build process. |
| ms.date |
03/10/2019 |
| ms.topic |
reference |
| f1_keywords |
|
| dev_langs |
|
| helpviewer_keywords |
MSBuild (C++), CustomBuild task |
CustomBuild task (MSBuild (C++)) |
|
| author |
ghogen |
| ms.author |
ghogen |
[!INCLUDE C++-specific task]
Wraps the Microsoft C++ compiler tool, cmd.exe. This class derives from TrackedVCToolTask, but does not use file tracking to discover file dependencies. All dependencies should be explicitly specified as AdditionalDependencies for incremental build working properly.
The following table describes the parameters of the CustomBuild task.
| Parameter |
Description |
| BuildSuffix |
Optional string parameter. |
| Sources |
Required ITaskItem[] parameter. |
| TrackerLogDirectory |
Optional string parameter. |
Task reference