9
Shouts

Unit Testing – MsBuild Series - Marks asp.net / mvc blog:

published 578 days, 1 minute ago posted by http://markkemper1.blogspot.com/http://markkemper1.blogspot.com/ 578 days, 9 hours, 25 minutes ago
Tuesday, October 26, 2010 12:29:03 AM GMT Monday, October 25, 2010 3:05:03 PM GMT

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...

category: ASP.NET | clicked: 0 | | source: markkemper1.blogspot.com | show counter code
tags: MSBuild