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