343 Views
This post is going to walk through the steps of adding unit testing to our build script. This post is assuming that you already have a MsBuild script setup that you can run from the command line. Otherwise you might want to look at my previous post on setting up a build file for Visual Studio: Create a Build File for a Visual Studio Solution - MsBuild Series1) Change the output path for Test projectsThe first thing to do is to change the output path for the test project (or projects). We do this so that...
0 comments