Previously I’ve written an article about “Automating SharePoint Development – Iterative Development Process” which is essentially just scraping the surface of ALM in SharePoint. In that article I mention the use of SPCAF as a code quality tool for SharePoint. Since there’s been a lot of people asking how to integrate it into TeamCity, I thought I’d draft up a how-to article about it. Introduction So, let’s kick this off. SPCAF is also known by its full name “SharePoint Code Analysis Framework” and is a tool for securing the quality and reliability in your Apps and Solutions.…
All posts in TeamCity
Author: Tobias Zimmergren www.zimmergren.net | www.tozit.com | www.sharepointdiscussions.com | @zimmergren Introduction When dealing with SharePoint development, there’s tons of things to consider. There’s the aspects of code quality, aspects of proficient testing taking place and of course having a reliable process to re-do and fix anything that comes up along the way. Most importantly in my opinion is to not do all iterative work manually over and over. Most of these things are part of any common ALM (Application Lifecycle Management) cycles in a modern-day development team. In this article I’ll talk briefly about…