I installed the Visual Studio 2012 Update 2 and successfully run a set of Windows Phone tests from the command line
I then tried to do this from Jenkins (using the VSTest Plug In) and received the following message which apparently has something to do with sandboxing..
Starting test execution, please wait... Error: Could not start test run for unit tests for Windows Phone app: Unit tests for Windows Store apps cannot be run from a service or non interactive process. Please run unit tests from an interactive process..
Any ideas...