Running Static Driver Verifier command

  • Thread starter Thread starter its_me_here
  • Start date Start date
I

its_me_here

Guest
I am trying to run Static Driver Verifier tool from commandline using MSBuild command as follows:

msbuild /t:sdv /p:Inputs="/check:" trialdriver.VcxProj /p:Configuration="Win8.1 Release"/p:Platform=x64

But it says "The target sdv does not exist in the project".

Isn't running SDV from command line same as running it from Visual Studio itself?(Driver-->Launch Static Driver Verifier)

Does this command line expect some resource 'sdv' in the project? Is there any other option to be set?

Continue reading...
 
Back
Top