MSBuild targeting a project in a solution folder

Whilst working on an automated build where I needed to target a specific project I hit a problem. I would normally expect the MSBuild argument to be /t:MyProject:Build Where I want to build the project Myproject in my solution and perform the Build target (which is probably the default anyway). However, my project was in a solution folder. The documentation says the you should be able to use for form...

July 14, 2014 · 1 min · Richard Fennell

Building Azure Cloud Applications on TFS

If you are doing any work with Azure Cloud Applications there is a very good chance you will want your automated build process to produce the .CSPKG deployment file, you might even want it to do the deployment too. On our TFS build system, it turns out this is not a straight forward as you might hope. The problem is that the MSbuild publish target that creates the files creates them in the $(build agent working folder)sourcemyprojectbindebug folder....

July 14, 2014 · 4 min · Richard Fennell

Interesting license change for VS Online for ‘Stakeholder’ users

All teams have ‘Stakeholder’, the people the are driving a project forward, who want the new system to be able to do their job; but are often not directly involved in the production/testing of the system. In the past this has been an awkward group to provide TFS access for. If they want to see any detail of the project they need a TFS CAL, expensive for the occasional casual viewer....

July 14, 2014 · 2 min · Richard Fennell

A new badge for Channel9 Guy

My Channel9 Guy has a new MVP badge

July 7, 2014 · 1 min · Richard Fennell

Post by one of our Testers about experiences with CodeUI and Windows Store Apps on the MSDN blog

Nice post by Riccardo Viglianisi, one of Black Marble’s Testers, about his experiences with CodeUI and Windows Store Apps published on the MSDN UK Visual Studio blog. Well worth a read if you are looking at this technology.

July 3, 2014 · 1 min · Richard Fennell

Re-awarded Microsoft MVP for the 7th Year

I am really happy to say that I have had my MVP for Visual Studio (ALM) re-awarded, so am an MVP for the 7th time. It is a privilege to get to work with such a great group of people as a have met via the MVP programme.

July 3, 2014 · 1 min · Richard Fennell

How long is my TFS 2010 to 2013 upgrade going to take – Part 2

Back in January I did a post How long is my TFS 2010 to 2013 upgrade going to take? I have now done some more work with one of the clients and have more data. Specially the initial trial was 2010 > 2013 RTM on a single tier test VM; we have now done a test upgrade from 2010 > 2013.2 on the same VM and also one to a production quality dual tier system....

June 27, 2014 · 1 min · Richard Fennell

Submissions open for DDDNorth 2014

DDD North is coming to the University of Leeds on Saturday 18 October. It is now open for Session submission

June 25, 2014 · 1 min · Richard Fennell

List of TFS Widgets

The ALM Rangers are again producing a list of useful tools and widgets for TFS. It can be found at aka.ms/widgets and should be updated regularly

June 23, 2014 · 1 min · Richard Fennell

Cloning tfs repository with git-tf gives a "a server path must be absolute"

I am currently involved in moving some TFS TFVC hosted source to a TFS Git repository. The first step was to clone the source for a team project from TFS using the command git tf clone --deep [http://tfsserver01:8080/tfs/defaultcollection](http://tfsserver01:8080/tfs/defaultcollection) ‘$My Project’ localrepo1 and it worked fine. However the next project I tried to move had no space in the source path git tf clone --deep [http://tfsserver01:8080/tfs/defaultcollection](http://tfsserver01:8080/tfs/defaultcollection) ‘$MyProject’ localrepo2 This gave the error...

June 9, 2014 · 1 min · Richard Fennell