Today I have been setting up a cross domain TFS proxy. The developers are in one domain and the TFS server in another. Given there is no trust between these domains you have use a trick to get it to work. So I created a local user tfsproxy.local on both the TFS server and proxy with the same password on each. At the …
Read MoreInterested in some tutor delivered training on TFS 2012? Well Anthony Borton, the TFS trainer and ALM MVP, is over in the UK running his excellent set of the TFS/VS 2012 focused courses. TFS 2012 Configuration and Administration 10th – 12th June 2013 | Course Outline Software testing with Visual Studio 201213th- 14th …
Read MoreIf you want to know the health of the TFS server there are a number of options from a full System Center MOM pack downwards. A good starting point are the performance reports and administrative report pack produced by Grant Holiday. Though the performance pack is designed for TFS 2008 they work on 2010 and 2012, but …
Read MoreOn Wednesday 15th May 2013, Black Marble travels north, as Steve Spencer and I will both present sessions for the great guys at NEBytes. Whilst Steve covers fun hardware and software dev using Gadgeteer, I will be talking about our experiences with TFS 2012 Lab and SCVMM 2012. If you have seen some of my earlier posts, …
Read MoreIf you are using the TFS 2012 Java API it is important you read the release notes. It is not enough to just reference the com.microsoft.tfs.sdk-11.0.0.jar file in your classpath as you might expect. You also have to pass a Java system property that associates com.microsoft.tfs.jni.native.base-directory with the …
Read MoreWith TFS 2012.2 Microsoft have added tags to work items. These provide a great way to add custom information to work items without the need to customise the process template to add custom fields. This is important for users of the hosted http://tfs.visualstudio.com as this does not, at this time, allow any process …
Read MoreThe problem I have been working on a project that contains SharePoint 2010 WSP packages and a MSI distributed WPF application. These projects are all in a single solution with their unit tests. I have been getting a problem with our TFS 2012.2 build system, all the projects compile but at the test point I get the …
Read MoreToday Black Marble is hosting the Yorkshire Global Windows Azure Bootcamp event. To see what is happening check out the photos on our Facebook gallery and the #GlobalWindowsAzure Twitter hashtag
Read MoreI have been trying to get SQL 2012 SSIS packages built on a TFS2012.2 build system. As has been pointed out by many people the problem is you cannot build SQL SSIS packages with MSBuild. This means you have to resort to call Visual Studio DevEnv.exe from within your build. Jakob Ehn did a great post on this subject, …
Read MoreI have just upgrade our Blog Server from BlogEngine.NET 2.7 to 2.8, all seems to have gone well, basically it is just file copies as there is no DB schema change, so… backup your blogs folder delete it’s contents copy in the the new release from the zip fix the SQL connection string copy around a few files as detailed …
Read More