Building Visual Studio projects with DevEnv.com

Introduction This post is about my most successful Azure DevOps extension. Before I tell you more about the newest version, let me tell you something more about the history of it. Several years ago, just after the TFS 2015 was released, this was one of the first build tasks I built. I had a team […]

Living Documentation and test reports in VSTS/TFS pipelines

Introduction In order to truly get advantage from all of the hard work that we put into our tests, we need to present our test run results and share our specifications in more convenient and accessible way. On Windows platform in order to make this tasks happen, we can leverage tools that you are probably […]

Deploy SSIS packages from TFS/VSTS Build/Release

Automating BI projects, based on Microsoft tooling, was always a bit painful. Personally, all of the things shipped with SSDT seemed a bit unloved from a Microsoft side. What I would like to show you in this post is how I managed to automate the build and deployment of my Integration Services Projects (.dtproj type). […]