-
Bug
-
Resolution: Unresolved
-
Major
-
None
Commit "102f112733dd795840fbb1d314439a07fd0a53a7" breaks compatibility with TFS 2017 and 2018 for posting the status of a commit or PR back to TFS. This is because that commit changed the REST API version in the requests from "3.0-preview.1" to "4.1-preview", which appears to only be compatible with VSTS.
Changing the version back to "3.0-preview.1" restores compatibility.
PR 199 created.