Archive

DevOps

Powershell, VSO Rest API and vNext Builds featured post

Powershell, VSO Rest API and vNext Builds

Let’s take a look at a simple example of using the Visual Studio Online REST API to retrieve information about a build using PowerShell. Then we’ll take a look at how we can use the information we retrieved in a vNext build step.

DevOps

How to Use PowerShell to Complete an Ongoing Task featured post

How to Use PowerShell to Complete an Ongoing Task

Recently, at Mercury New Media we had a client request that we upload IIS log files to their server on a nightly basis. The request was to rename IIS logs to follow the requested naming convention and to upload the log files in a zip folder each night. We tossed a few ideas around like console apps, custom services and ultimately settled on a PowerShell script executed by our VM’s task scheduler to fulfill our client’s need. A simple yet effective solution that would be portable and flexible.

DevOps

ALM Series – Part II: Follow the Yellow Brick Road featured post

ALM Series – Part II: Follow the Yellow Brick Road

In the last post, I described the three main pillars of ALM: Visibility, Traceability and Automation. This post will describe in more detail the systems and processes you can put in place to build these pillars and improve your chances of success.

Agile / DevOps

ALM Series – Part I: Let’s Get to Know Each Other featured post

ALM Series – Part I: Let’s Get to Know Each Other

This is the first blog post in a series about ALM. I have been a developer for many years (oh so many years), and ALM is very close to my heart. I’ve learned from experience that with good ALM, your chances of success increase considerably. Conversely, without it, you’re probably going to fail. I’m a huge fan and I want to share it with you. I’m going to tell you why you should care.

Agile / DevOps