Description
Re-introduce this PR: https://github.com/microsoft/azure-pipelines-agent/pull/4955 with the fix of LegacyVSTSPowerShellHost's binding redirects for Newtonsoft.Json. It should fix the incompatibility between tf and vstsom and vstshost binaries.
Tested with VsTest@0 task which runs on the legacy Powershell handler (with AGENT_INSTALL_LEGACY_TF_EXE knob both enabled and disabled)
WI AB#2138625
Description Re-introduce this PR: https://github.com/microsoft/azure-pipelines-agent/pull/4955 with the fix of
LegacyVSTSPowerShellHost
's binding redirects forNewtonsoft.Json
. It should fix the incompatibility betweentf
andvstsom
andvstshost
binaries.Tested with VsTest@0 task which runs on the legacy Powershell handler (with
AGENT_INSTALL_LEGACY_TF_EXE
knob both enabled and disabled)