Git is now the default version control provider for new Team Projects and it should be your first choice for version control unless you have a requirement for centralized version control system (TFVC). If you want to migrate from TFVC to Git you can use the git-tfs utility. You can use two methods to install git-tfs, […]
Continue reading
vsts-agent Publish artifact for a .NET Core Web Application
To continue from my last post where we published the Test Results, it makes sense I should continue and package the site and create an artifact to use later with Release Management. I am going to edit the same build definition from the last blog post and add a new Command Line task from the catalogue […]
Continue reading
Release Annotations
This functionality had been available previously under the name “Deployment Markers” back when Application Insights existed under Visual Studio Online. Release Annotations for Application Insights is an extension for Visual Studio Team Services (VSTS) and Team Foundation Server (TFS) 2015 Update 2 that will create annotations on the Application Insights Metrics Explorer timeline. To get started […]
Continue reading
Working with Web Deploy and Release Management
I’ve spent quite a bit of time working with WebDeploy and Release Management lately for some clients. You should also be aware of the new tasks that were added to the Visual Studio Marketplace recently: The extension helps manage the following in IIS: Create a new website or update an existing website. Create a new […]
Continue readingSonarQube – Active Directory Plugin
If you’ve been using SonarQube with TFS on-premises chances are you using the LDAP plugin to integrate with your Active Directory. We are currently running version 5.4 of SonarQube with v1.5.1 of the LDAP plugin and are migrating to SonarQube 5.6 which brought this to my attention. In Update Center in SonarQube you will see the […]
Continue reading
SonarQube – root out the Technical Debt in your C# project
If you are looking for an installation guide for SonarQube the ALM Rangers have put one together here which you can use to assist you with your configuration and setup. Microsoft and SonarSource have been collaborating on a set of integration components that allow you to configure a TFS/VSTS Build to connect to a SonarQube […]
Continue reading