Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync for Azure DevOps Server 2020 #11

Closed
ThiloLangbeinHUK opened this issue Dec 13, 2021 · 2 comments
Closed

Sync for Azure DevOps Server 2020 #11

ThiloLangbeinHUK opened this issue Dec 13, 2021 · 2 comments

Comments

@ThiloLangbeinHUK
Copy link

Will the TFS-Sync script work with new Azure DevOps Server 2020?

@AchimWieser
Copy link
Member

The TFS-Sync script depends on the TFS PowerTools 2015/ 2013 and the appropriate DLLs.

$dlls = "Microsoft.TeamFoundation.Client.dll", "Microsoft.TeamFoundation.VersionControl.Client.dll"

It looks like Azure DevOps Server 2020 still supports these clients.
https://docs.microsoft.com/en-us/azure/devops/server/compatibility?view=azure-devops-2020#visual-studio-and-team-explorer

For a more detailed support please open a ticket at https://support.scriptrunner.com/ .

cc: @mg-scriptrunner

@ThiloLangbeinHUK
Copy link
Author

I've added [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 to the sync script and now it works again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants