mstest with config files requires vs2008 prompt first
amccool
Posts: 2
I'm unable to run mstest directly on my tests without first starting the Visual Studio 2008 Command Prompt. (DeploymentItem configuration file are not successfully located at runtime)
This is preventing me from setting up the profiler to profile my unit tests.
mstest /testcontainer:XXXX.dll /test:myWCFclientTest
Is there some way I can call vsvars.bat before I start executing my unit tests via mstest.exe ?
This is preventing me from setting up the profiler to profile my unit tests.
mstest /testcontainer:XXXX.dll /test:myWCFclientTest
Is there some way I can call vsvars.bat before I start executing my unit tests via mstest.exe ?
Comments
c:\windows\system32\cmd.exe /c "mytest.bat"