jessehouwing / azure-pipelines-tfvc-tasks

Azure Pipelines tasks for Team Foundation Version Control
https://marketplace.visualstudio.com/items?itemName=jessehouwing.jessehouwing-vsts-tfvc-tasks
MIT License
27 stars 18 forks source link

Adds TlsHelper from Azure-Pipelines-Tasks to fix TLS 1.2 issues #92

Closed jessehouwing closed 4 years ago

jessehouwing commented 4 years ago

While this should really have been a concern of the PowerShell Execution Handler or the Azure-Pipelines-Task-Lib, it seems that a fix is needed until this is ported to where it belongs.

Closes #91.

Should also be fixed by configuring secure channel for .NET correctly on the server. But this seems to be what the official tasks are doing whether I like it or not.