Hi Zeb,
Sorry for the delay.
Based on my understanding, you want to use command line to build a Test project, if so, you can use
MSTest.exe which is the command-line command that is used to run tests, about how to use, please refer to following code:
MSTest /testcontainer:TestProject1.dll /test:TestProject1.Class1Test.TestMethod1 /unique.
For more information, please see this link:
http://msdn.microsoft.com/en-us/library/ms182489.aspxIf I misunderstood you, or you have any questions, please let me know.
Best Regards,
Nancy
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.