Checks in working changes to a TFVC project. This operation will implicitly checkout the server path specified, overlay the working changes and check back in to TFVC.
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Instance Code |
| Yes | The TFVC instance code to use. |
Checkin Comment |
| No | The comment to use when checking in. |
Server Path |
| Yes | The TFVC Server path to check in to. This should be a valid TFS server path starting with $/. |
Local Path |
| No | The local location containing the files you wish to check in. This path is relative to the FD_ARTIFACTS_DIR |
...