Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
This task is only available when using the C++ build system.
Helper task that reads old tlogs, writes new tlogs, and returns set of items that are not up-to-date.
Parameters
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. |