-
-
Notifications
You must be signed in to change notification settings - Fork 17
Add
Jesse Houwing edited this page Feb 26, 2016
·
3 revisions
Unlike edits and deletes, additions aren't automatically checked in, they need to be signaled before they'll be picked up by the Check-in task. Adding them is simple, just specify the paths you want included and they'll be added to the list.
-
Files to add - 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
- Recursion - controls whether you'll be adding just the current folder/file (None), one level below the selected path (One Level) or all levels below the selected path (Full).
-
Apply Localitem Exclusions - will ignore files that are specified in your
.tfignore
file if your repository has one.
- Home
- Tasks
- Add
- Check-in
- Delete
- Edit
- Undo
- Update Gated
- How-to
- File an issue
- Install on TFS 2015