Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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. |