We have lots of tests in our projects which we have categorized as:
[Test]
[Category("UnitTest")]
public void DoSomething()
{
I can't figure out how to get the category to run on DevOps. In VS Test this was straight forward but we have to use a .Net Core test Task:
(This fails)