I was trying to execute a powershell script after tfs build by customizing the default process template using vs2017. According to this article i have to use
InvokeProcess
and ConvertWorkspaceItem
activities. Since it was not found in the tool box, referring from here, I tried to add Microsoft.TeamFoundation.Build.Workflow.dll
to the tool box. But the following error shows up
Could not load file or assembly 'LibGit2Sharp.GitServer, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies
I am really stuck in this. Any help