Skip to content

Releases: jessehouwing/azure-pipelines-tfvc-tasks

v2.6.14

12 Jun 18:05
Compare
Choose a tag to compare
Update azure-pipelines.yml for Azure Pipelines

v2.6.13

03 Apr 08:39
Compare
Choose a tag to compare
Update azure-pipelines.yml for Azure Pipelines

v2.6.11

20 Dec 15:17
c88964d
Compare
Choose a tag to compare
Rename xpirit to xebia

v2.6.7

01 Nov 19:15
3275eda
Compare
Choose a tag to compare
Update azure-pipelines.yml

v2.6.6

01 Nov 15:33
Compare
Choose a tag to compare

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

26 Feb 13:17
Compare
Choose a tag to compare

Adds support for Undo Pending Changes

Release 1.1.62

25 Feb 19:19
Compare
Choose a tag to compare

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

22 Feb 19:11
Compare
Choose a tag to compare
Fixes an issue where ApplyLocalItemExclusions was ignored

Release 1.0.35

22 Feb 13:13
Compare
Choose a tag to compare
Improved error handling for Non fatal errors

Release 1.0.26

22 Feb 09:29
Compare
Choose a tag to compare
Adds guard around Check-in to not throw errors when there are no chan…

…ges to check in. Probably fixes #15,