My recent project has included a fair number of technologies integrated into our automated build and packaging scripts. Up until this project, I've been using MSBuild target names such as:
RecreateDb, Build, Package, DeployK2, TestSP
On this project we have SQL, K2 Blackpearl, SharePoint, Word 2007 Add-Ins, and a few other bits and pieces, and as each of them has their own pieces which need to be build, packaged, deployed and tested, using the above conventions started to become somewhat confusing so I created the following namespace convention in naming the MSBuild Targets:
(Technology)-(Action)
So for example, we ...