Releases: jessehouwing/azure-pipelines-tfvc-tasks
Releases · jessehouwing/azure-pipelines-tfvc-tasks
v2.6.14
v2.6.13
Update azure-pipelines.yml for Azure Pipelines
v2.6.11
Rename xpirit to xebia
v2.6.7
Update azure-pipelines.yml
v2.6.6
Changes:
- #94: Turns off preview tag on 2.x tasks.
- #92: Adds TlsHelper from Azure-Pipelines-Tasks to fix TLS 1.2 issues
- #89: Patches Get-TFSClientCredentials to force-load newtonsoft.json.
- #85: Refresh the workspace cache
- #83: Features/sdk upgrade
- #55: Cannot bind argument to parameter 'Name' because it is null
- #46: unsupported characters ń
This list of changes was auto generated.
Release 1.1.69
Adds support for Undo Pending Changes
Release 1.1.62
Changes:
- Major refactoring of the shared bits across the different tasks into a separate Powershell Module
- Added Auto-detection of deletions and additions to the Checkin task
- Added Auto-detection of deletions to the Delete task
- Changed the [x] Recursive option in the Add task to the same
None|OneLevel|Full
dropdown used in Delete and Checkin - Improved assembly loading
- Reduced logspam
- Updated icon for delete task
Note: You may need to remove and re-add your TFVC-Add tasks due to a breaking change in the task definition to see the improvements in that task.
Release 1.0.44
Fixes an issue where ApplyLocalItemExclusions was ignored
Release 1.0.35
Improved error handling for Non fatal errors
Release 1.0.26
Adds guard around Check-in to not throw errors when there are no chan…