How to run vstest.console.exe without adapter in command line?
I have an executable Entrance.exe
and a library lib.dll
compiled&linked with /PROFILE
options (with cl.exe
on Windows), Entrance.exe
uses functions from lib.dll
. Now I want to deploy CI/CD pipelines to collect test coverage data automatically. I want to make use of vstest.console.exe
but don’t know how to run it with proper options. I tried
How to run vstest.console.exe without adapter in command line?
I have an executable Entrance.exe
and a library lib.dll
compiled&linked with /PROFILE
options (with cl.exe
on Windows), Entrance.exe
uses functions from lib.dll
. Now I want to deploy CI/CD pipelines to collect test coverage data automatically. I want to make use of vstest.console.exe
but don’t know how to run it with proper options. I tried