Showing results for 2016 - Buck Hodges

Oct 12, 2016
1
0

How to configure a TFS proxy to work with Team Services

Buck Hodges
Buck Hodges

If you are using Team Foundation Version Control (TFVC) with Visual Studio Team Services, you can configure the Team Foundation Server Proxy to cache files for version control for your account. It’s very straightforward as the TFS configuration app will do the work for you. Let’s take a look at how to do that. I’m going through this with TFS 2015 U...

Team Foundation ServerVSTSTFS
Sep 30, 2016
0
0

Controlling exposure through feature flags in VS Team Services

Buck Hodges
Buck Hodges

One question that I often get from customers is how we manage exposing features in the service. Features may not be complete or need to be revealed at a particular time. We may want to get early feedback. With the team working in master and deploying every three-week sprint, let’s take a look at how we do this for Team Services. Goals Our first goa...

Sep 28, 2016
0
0

TFS 15 RC2 is available and ready for production use

Buck Hodges
Buck Hodges

We have now released TFS "15" RC2. We are using it in production internally. It is fully supported for production use. You can upgrade from TFS 2012 or newer to RC2. You can also upgrade the RC1 release to RC2, and you will be able to upgrade from RC2 to RTM (that should be a very fast upgrade, since there will be very few changes between RC2 and R...

TFS
May 10, 2016
0
0

Would you like SSH turned on for your Team Services account?

Buck Hodges
Buck Hodges

[Update 5/29/2016] We will be turning on SSH for all existing accounts once we finish deploying sprint 100 (hopefully by the end of this week). We are beginning to roll out SSH for Team Services accounts. If you would like SSH enabled for your account, please email me your account URL. We still need to implement support for brand new accounts (ne...

VSTS
Apr 1, 2016
0
0

TFS 2015 Update 2: Gated checkin for the new build system (build vNext)

Buck Hodges
Buck Hodges

When we shipped the new build system with TFS 2015, we ran out of time to add gated checkin. A lot of customers depend on gated checkin for their workflows, and as a result they’ve been unable to move to the new build system. I’m happy to say we’ve now fixed that. Among the many features in TFS 2015 Update 2, including the new release management se...

TFS 2015
Apr 1, 2016
0
0

How to create a team project in the web UI in TFS 2015 Update 2

Buck Hodges
Buck Hodges

You no longer have to use the version of Visual Studio Team Explorer that matches your server to create a team project. For the first time ever, you can now create a team project from the web UI with Team Foundation Server 2015 Update 2 or newer. This is something you’ve been able to do in Visual Studio Team Services for years, and we’ve finally ad...

TFS 2015
Mar 31, 2016
0
0

Using VS Team Services Web Hooks with Azure Functions

Buck Hodges
Buck Hodges

Today at the Build 2016 conference, Azure announced a new feature called Azure Functions. Here’s a quick description from the main page. Azure Functions is an event driven, compute-on-demand experience that extends the existing Azure application platform with capabilities to implement code triggered by events occurring in virtually any Azure or 3r...

VSTS
Mar 25, 2016
0
0

Using Zapier to email work items to my backlog in VSTS

Buck Hodges
Buck Hodges

I use the board view of the backlog in my VS Team Services personal account to keep track of my work. I’ve wanted to be able to email a work item to my backlog, and today I finally got around to doing it. It was really easy thanks to our Zapier integration. I signed up for Zapier using the link on the Marketplace page, and that was great because af...

VSTS
Mar 20, 2016
0
0

Gated checkin for Git: Using Branch Policies to run a build in VSTS and TFS

Buck Hodges
Buck Hodges

Let’s start with what gated checkin is, which is a feature we shipped as part of TFS 2010. Gated checkin enforces that a change in a branch builds and optionally passes tests (and anything else you want to do as part of your build) before it is checked in and available to everyone else in the branch. The gated checkin process we shipped ensures tha...

Team Foundation ServerVisual Studio Team Services
Mar 18, 2016
0
0

Git Credential Manager is now installed by Git for Windows

Buck Hodges
Buck Hodges

Beginning with version 2.7.3, Git for Windows includes the Git Credential Manager (GCM) that makes authenticating with Visual Studio Team Services (VSTS) a breeze with both Microsoft Accounts (MSAs fka LiveIDs) and Azure Active Directory (AAD) identities. Since GCM is installed by default, you’ll get prompted for credentials when running git just l...

Source ControlVisual Studio Team Services