Azure pipelines – Agent’s missing capability
Intro Today I would like to share with you how to fix following error occured while running Azure pipelines agent: [crayon-673ef1aa232c6673729755/] I was obviously trying to run some test on that machine using VSTest task, but vstest.console.exe nor Visual Studio was installed there. Fixing To fix our problem we need to somehow get vstest.console.exe on... » read more