← all tags

Tagged VSTS / TFS

35 postsRSS ↗
Mar 18, 2019·2 min read

Missing ctrl + enter in Visual Studio to commit changes? Here's how you can add it

So something that you've probably noticed when using dev tools in the web and Visual Studio Code is that you can hit ctrl + enter and with this you may have noticed that in Visual Studio you can't do that. Below you'll see how you can add this to your IDE.

gitVSTS / TFSVisual Studio
Sep 24, 2018·3 min read

#TYMHKON: How do I follow what's happening with Azure DevOps?

#TYMHKON: What is it?

VSTS / TFSTYMHKONAzure DevOps
Sep 20, 2018·7 min read

How to Tweet Azure Pipeline activity easily

A while back I created a service linked to Twitter that tweets when your pipeline has completed in Azure Pipelines. This post is going to show you how you can easily tweet when your builds complete .

VSTS / TFSAzure DevOpsWeb Online Tools
Sep 15, 2018·2 min read

#TYMHKON: Public projects in Azure DevOps

#TYMHKON: What is it?

VSTS / TFSTYMHKONAzure DevOps
Sep 08, 2018·1 min read

#TYMHKON: What is it?

TYMHKON is something random that to me looks like it could be Japanese? Not sure what makes me think that when seeing it but what it really stands for is Things You May Have Known Or Not!

VSTS / TFSTYMHKONVSTS
Jul 30, 2018·11 min read

Building libraries that target multiple frameworks

I've generally built libraries wrong by placing all binaries in the root and it's worked ok for now so why change it. I might also add that these libraries have been for internal use so no real reason for not doing this I guess.

VSTS / TFSnupkgnuspec+1 more
Jul 15, 2018·3 min read

Turning on the new navigation for Visual Studio Team Services

Although I'm hoping everyone reading this doesn't need this I thought I'd share anyway. A little under a month ago Jeremy Epling (@jeremy_epling) posted on the Microsoft DevOps Blog about the New Navigation for Visual Studio Team Services. I'm not going to repeat the very detailed blog post but I am going to show you how to enabled the amazing experience quickly.

VSTS / TFSJust longer than a tweetVSTS+1 more
Mar 10, 2018·1 min read

Creating a new branch in @VSTS

This is a quick reference post that shows you how to create a branch in VSTS and TFS.

VSTS / TFSTips
Mar 10, 2018·2 min read

Setting wild card branch policies in @VSTS

I've probably mentioned it before but keeping up with what's happening with VSTS is incredible hard with their 3 week cadence and generally huge set of features each 3 weeks. This week at MVP Summit I had what I thought would be a cool request to allow wild card branch policies. I was thinking of writing a console app to do this but thought it would be interesting to ask the product group as it's part of the many benefits of being a MVP .

VSTS / TFSSource Control. Git
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
Apr 23, 2017·15 min read

Setting up a standard continuous integration build with VSTS/TFS

If you do a quick Google for pros of setting up continuous integration you'll come across a lot of articles about how good setting up continuous integration (CI) is compared to googling cons of setting up continuous integration which basically gives you the same posts of the the pros search so we won't dig too much into that now .

VSTS / TFSVisual StudioBuild Automation+2 more
Apr 23, 2017·8 min read

Setting up .net core continuous integration build with VSTS/TFS

You might be wondering after recently posting Setting up a standard continuous integration build with VSTS/TFS why I'd need to post specifically on .net core. After all it's still a Visual Studio solution so things should just work, the keyword here is should . Things didn't just work when I tried to get this working so decided to share my experience here (as well as document it for myself later ).

VSTS / TFSVisual StudioAutomated Builds+1 more
May 03, 2016·2 min read

Visual Studio Team Services Overview - Video Series

A couple weeks ago I was asked to present at DUT to a group of students. The presentation was quite a long one so I had to cut some bits out in order to present in the timeslot that I had. So I decided that I'd record all the content and post it up so that others can potentially benefit from it as well.

AzureSource ControlVSTS / TFS+5 more
Jan 28, 2016·3 min read

VSTS widget for GitHub badges

When I first heard about the SDK for widgets in Visual Studio Team Services (VSTS) I wanted to make a couple of widgets, one of these was a GitHub widget that would show some info from any GitHub repo on your VSTS dashboard. This can can be helpful when you have your source open on GitHub but still work out of VSTS.

VSTS / TFSVSTS ExtensionsGitHub Projects
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
Jun 18, 2015·11 min read

A 'Hello World' for VSTS Extensions

So if you haven't heard yet VSO Extensions are now in a private preview where you can sign up to get into the preview on extensions integration site. These extensions in the shortest sentence a supported way of doing customizations to VSO that will replace any of the "hacky" extensions that you may be playing around with at the moment like Tiago Pascal's Task Board Enhancer or maybe you have even created your own following similar steps to what I show in my TFS 2013 Customization book.

AzureVSTS / TFSVSTS Extensions+6 more
May 25, 2015·3 min read

Creating Iterations in VSTS

This post is part of an overall Series on Visual Studio Online.

VSTS / TFSVSTS SeriesVisual Studio Team Services
May 22, 2015·2 min read

Connecting Test Manager to VSTS

This post is part of an overall Series on Visual Studio Online.

VSTS / TFSVSTS SeriesVisual Studio Team Services+1 more
May 18, 2015·3 min read

Connecting Visual Studio to VSTS

This post is part of an overall Series on Visual Studio Online.

VSTS / TFSVisual StudioVSTS Series+1 more
May 15, 2015·1 min read

Creating your first VSTS Team Project

This post is part of an overall Series on Visual Studio Online.

VSTS / TFSVSTS SeriesVisual Studio Team Services
May 11, 2015·2 min read

Create a new VSTS account

This post is part of an overall Series on Visual Studio Online.

VSTS / TFSVSTS SeriesVisual Studio Team Services
Jan 16, 2015·2 min read

How to Enable Alternate Credentials in Visual Studio Team Services (VSTS)

Ok so obviously the first you need is to have a VSO account. If you have one already, awesome, continue on and skip this section.

VSTS / TFSVisual Studio Team Services
Sep 26, 2014·4 min read

Creating a VSTS Account for Demos

I need a VSO account for Demos which needs to be separate from my personal and business VSO accounts. The problem is though if you go to the Visual Studio Online page and click Get started for free

VSTS / TFSVisual Studio Team Services
Sep 12, 2014·5 min read

Upgrade/Publish TFS 2013 Process Templates with PowerShell

I use to make a lot of TFS customizations and had to apply the template changes to multiple team projects which took a bit of time. Depending on the method you use it could be a quick or loooong process . When I first started doing customizations I used the TFS Power Tools to upload changes which is a lot of effort because you are uploading one work item definition at a time into one team project.

VSTS / TFSRangers ResearchTFS 2013+2 more
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
Jul 18, 2014·7 min read

Creating "fake" TFS Builds

This post has been ported from https://gbeeming.wordpress.com/2013/10/06/creating-fake-tfs-builds/.

VSTS / TFSAdoption BlockersTFS Build
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
Jan 10, 2014·3 min read

Download Brian Keller's VM with PowerShell

So yesterday and update for Brian Keller's VM (Visual Studio 2013 Application Lifecycle Management Virtual Machine and Hands-on-Labs / Demo Scripts) was release

VSTS / TFSBrian Keller VMPowerShell
Jan 10, 2014·3 min read

How to Enforce Check-In Policies

So one of the benefits of using Server side Plugins is that you can't override them. The problem with this is that the users don't know that the policy is in place until they check-in their code. Wouldn't it be nice if me as a user were told this is what I need to do as in see the requirements from check-in policies but then to make the administrators or business rules that require the policies to also be happy.

VSTS / TFSCheck-In PoliciesTFS Server Plugins+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