cperezCyf
cperezCyf
Ran with the following tasks: ``` - task: VisualStudioTestPlatformInstaller@1 inputs: packageFeedSelector: 'nugetOrg' versionSelector: 'specificVersion' testPlatformVersion: '17.6.2' - task: VSTest@2 displayName: 'Run Unit Tests' inputs: testSelector: 'testAssemblies' testAssemblyVer2: | **\*test*.dll !**\*TestAdapter.dll...
Sure, here is the error that I get: 
vstest.console is present in the console  for additional context here is the yaml: ``` trigger: - none pool: vmImage: 'windows-latest' variables: solution: '**/*.sln' project: '**/Project.csproj' buildPlatform: 'Any CPU' buildConfiguration:...
Added both @nohwnd and @georgewwww but it doesn't seem to find the tests  The only way I have seem it to find my test is by filtering through: testAssemblyVer2:...
Unfortunately I don't have a previous one that succeeded but I'll have a look at the names of the dlls. Thanks! Update: it was the path, thanks again @nohwnd!!