I have solution where I have some tests.
I would like to run all tests on pre-build action and if any of the tests fails the build will show erros and not start the project.
I am using VS2010 and MS TEST.
Any idea how to do this?
thnx
Can you please post example of the command? thnx
my tests are in testlist called uploadTests.vsmdi
I have set my tfs server to run continuous integration and this gave me what i needed