| title |
GetOutOfDateItems Task |
| description |
Use the MSBuild GetOutOfDateItems helper task to read and write transaction logs (TLOGs), and return sets of items that aren't up to date. |
| ms.date |
03/10/2019 |
| ms.topic |
reference |
| f1_keywords |
vc.task.getoutofdateitems |
|
| dev_langs |
|
| helpviewer_keywords |
MSBuild (C++), GetOutOfDateItems task |
GetOutOfDateItems task (MSBuild (C++)) |
|
| author |
tylermsft |
| ms.author |
twhitney |
[!INCLUDE C++-specific task]
Helper task that reads old tlogs, writes new tlogs, and returns set of items that are not up-to-date.
The following table describes the parameters of the GetOutOfDateItems task.
| Parameter |
Description |
| CheckForInterdependencies |
Optional bool parameter. |
| CommandMetadataName |
Optional string parameter. |
| DependenciesMetadataName |
Optional string parameter. |
| HasInterdependencies |
Optional bool output parameter. |
| OutOfDateSources |
Optional ITaskItem[] output parameter. |
| OutputsMetadataName |
Required string parameter. |
| Sources |
Optional ITaskItem[] parameter. |
| TLogDirectory |
Required string parameter. |
| TLogNamePrefix |
Required string parameter. |
Task reference