I’m setting up a CI/CD VM for building and testing .NET Framework applications.
So, I’m installing the Microsoft.VisualStudio.Workload.ManagedDesktopBuildTools
, Microsoft.VisualStudio.Workload.WebBuildTools
and Microsoft.VisualStudio.Workload.TestAgent
workloads, but I still cannot find MSTest.exe
on my VM.
Which workload do I need to add to be able to perform automated component tests using the command line?