Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.35 KB

File metadata and controls

40 lines (33 loc) · 1.35 KB
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
C++
helpviewer_keywords
MSBuild (C++), GetOutOfDateItems task
GetOutOfDateItems task (MSBuild (C++))
author tylermsft
ms.author twhitney

GetOutOfDateItems task

[!INCLUDE C++-specific task]

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.

See also

Task reference