Skip to content
Jesse Houwing edited this page Feb 24, 2016 · 3 revisions

Unlike edits, deletions aren't automatically checked in, they need to be signaled before they'll be picked up by the Check-in task. Pending them is simple, just specify the paths you want included and they'll be added to the list.

Configuration

  • Files to delete - specify one or more paths, separated by ; or newline. While wildcards (?, *) are supported, they're not the same as the minimatch patterns used by other build task and do not support the recursive wildcard **.

    Example: $/MyTeamproject/Main/AssemblyInfo.cs

  • Recursive - controls whether you'll be deleting just the current folder (OneLevel) / file (None), or all levels below the selected path (Full).
  • Auto-Detect - will look at your workspace and will pend a delete operation for each already deleted file matching the files to delete. But will not delete files matching the Files to Delete that haven't already been deleted from the workspace.
Clone this wiki locally