← all tags

Tagged TFS

10 postsRSS ↗
Aug 06, 2017·3 min read

Connecting agents to TFS using integrated security on http from external domain

If you have TFS on the domain but you are trying to connect agents to it from outside the domain and TFS is not running on https then this post is for you.

SecurityVSTS / TFSDigi Cert+3 more
Aug 06, 2017·4 min read

Searching in VSTS/TFS

This post is largely showing off a cool feature of chrome but the core focus is how you can be more productive with VSTS search

VSTS / TFSTFSSearch+2 more
Jul 25, 2017·12 min read

Bulk import git repositories into VSTS/TFS

With the rate that the VSTS team releases with all the features they releasing it's hard to know everything that exists in VSTS. I recently needed to migrate git repos from various Team Project Collections (TPC) into a single Team Project and started out doing it very manually and slowly progresses to importing over 100 in a couple hours .

gitSource ControlVSTS / TFS+2 more
Oct 16, 2015·3 min read

Setting up TFS Build Agents fast

So you could make a script that can do the bits below but if you don't here is how you can easily create build agents fast for TFS 2015+ or VSO.

VSTS / TFSTFSTFS Build
Jul 28, 2014·3 min read

TFS Work Item Visualizers

In my last post (Introduction to DotNet Pretty) I mentioned that I would be added more visualizers to DotNet Pretty soon . Today I finally managed to get around to that and added some visualizers for TFS Work Items.

VSTS / TFSVisual StudioTFS+1 more
Mar 27, 2014·4 min read

TF400917: The current configuration is not valid for this feature. This feature cannot be used until you correct the configuration

UPDATE: This has been identified as a bug and will be fixed in the next release for on-premise

VSTS / TFSTFSTFS Error Codes+1 more
Mar 03, 2014·4 min read

Increase the value of your dashboard with TFS 2013 Update 2

Did you hear? Somasegarblogged that Team Foundation Server 2013 RC is a go-live release. What does that mean for you and your customers? One word

VSTS / TFSPinned ItemsTFS+2 more
Jan 21, 2014·2 min read

TF400324: Team Foundation services are not available from server...

This post was originally found on my old blog at http://gbeeming.wordpress.com/2013/06/28/tf400324-team-foundation-services-are-not-available-from-server/.

VSTS / TFSTFSTFS Error Codes+1 more
Nov 16, 2013·2 min read

Add work item links from check in comments

The other night while watching the Visual Studio 2013 Launch a question came up asking if the team had added support yet for automatically linking work items to the change set created when checking in as it currently is in Git. Currently this functionality doesn't exist for TFVC Check ins, at the time I didn't think anything of it but tonight for some reason I thought "hey that would be something simply to create and should hopefully make lives easier for developers". So I opened up Visual Studio and at the same time started a new project on GitHub for TFS Server Plugins. The code required for the plugin was very basic, basically just checked the comment from the check in with a regular expression and then added the links between the change set and all the IDs found in the comments.

TFS CustomisationsVSTS / TFSTFS Server Plugins+2 more
Nov 15, 2013·1 min read

TypeScript : Emit Error: Write to file failed..

I have been playing around with TypeScript for a while and usually I just publish from my machine but today I decided to setup a CI build for the solution and found that I received the error

VSTS / TFSVisual StudioTFS+2 more