cperezCyf

Results 5 comments of 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: ![image](https://github.com/microsoft/vstest/assets/97126456/7177ee30-1181-46de-aeac-7f230191fd8f)

vstest.console is present in the console ![image](https://github.com/microsoft/vstest/assets/97126456/2f49a4b0-4b50-46c7-ab51-bc6ff1d6bddd) 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 ![image](https://github.com/microsoft/vstest/assets/97126456/71e30f29-1d41-41c3-9cc6-788edf443613) 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!!