A couple of resources- I shall add to this post as I look into this myself. I basically want to add steps to my project file, so msbuild will run javascript tests (qUnit) and perform minification/ combines all the js source files.
- http://yuicompressor.codeplex.com/
- http://blogs.msdn.com/b/francischeung/archive/2010/02/13/integrating-javascript-unit-tests-with-continuous-integration.aspx
- http://www.testinggeek.com/index.php/testing-tools/test-execution/189-qunit-selenium-continuous-integration
- http://dotnet.geir-sorensen.net/2010/04/10/msbuild-custom-targets/
- http://www.simple-talk.com/dotnet/.net-tools/extending-msbuild/










