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"/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...
msbuild /t:sdv /p:Inputs="/check:" trialdriver.VcxProj /p:Configuration="Win8.1 Release"/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...