
- #Microsoft team foundation server power tools 2013 code#
- #Microsoft team foundation server power tools 2013 series#
In this post, I’ll share how we used these tools to rapidly define the requirements for the app, and talk about some topics related to converting the iPad app information architecture to a Windows Store app information architecture. We also used Visio 2013 for visually defining the overall functional scope and high-level release plan for the app. This gave us the opportunity to leverage new PowerPoint 2013 storyboarding stencils for defining the app’s User Experience (UX), and TFS for efficiently creating and managing our product backlog. That was the bad news… The good news was that we were able to use Microsoft Team Foundation Server (TFS) - in this case the TFS 2010 version - in conjunction with Visual Studio 2012. We had a very short timeline and limited budget to work with.
#Microsoft team foundation server power tools 2013 code#
Read More…Īt AIS, we work with clients to help define the overall vision, scope and detailed requirements for the applications they want to build. I recently had the opportunity to work on a project where a client wanted to reach a new set of users through a Windows Store app that was based on an existing iPad app. Team Foundation Server is a Microsoft technology that presents source code management, reporting, requirements management, project management, automated builds.

Executions of other steps obviously follow, but this post is primarily concerned with standing up that environment. In reality the process of removing and creating VMs is treated as just one “step” in our build-out process. We use the same XML-driven framework to build out our machines. In a way, this allows us to test both pieces at the same time.Īt this point I should throw in the disclaimer that this blog post builds on one written by my colleague David Baber: Driving PowerShell With XML. However, we wanted something that could not only exercise our code base, but also our scripts that we use for building our environment. This may sound like overkill and I’ve seen other approaches that use snapshots and revert each night…and I think that’s great.
#Microsoft team foundation server power tools 2013 series#
We don’t use snapshots we actually delete and provision a series of VMs. Today I want to talk about a process we created for building out machines using Virtual Machine Manager (VMM) as part of our daily build process within Team Foundation Server (TFS).Īs part of our nightly build process, we actually recreate the entire environment from scratch.
