My DDDnorth session has been accepted
My DDDNorth session “What is Desired State Configuration and how does it help me?” has been accepted, looking forward to it
My DDDNorth session “What is Desired State Configuration and how does it help me?” has been accepted, looking forward to it
Update 24 Aug 2014: Changed the PowerShell to use a pipe based filter as opposed to nested foreach loops The TFS Scrum process template’s Product Backlog Item work item type has an acceptance criteria field. It is good practice to make sure any PBI has this field completed; however it is not always possible to enter this content when the work item is initially create i.e. before it is approved. We oftan find we add a PBI that is basically a title and add the summary and acceptance criteria as the product is planned....
I have just had an article published on the Microsoft’s UK Developers site Migrating a TFS TFVC based team project to a Git team project - a practical example
Whilst creating some custom reports for a client we hit a problem that though the reports worked on my development system and their old TFS server it failed on their new one. The error being that the Microsoft_VSTS_Scheduling_CompletedWork was an invalid column name Initially I suspected the problem was a warehouse reprocessing issue, but other reports worked so it could not have been that. It must really be the column is missing, and that sort of makes sense....
I have been a long time happy user of Windows Media Center since it’s XP days. My current systems is Windows 8.1 an ATOM based Acer Revo with a pair of USB PCTV Nanostick T2 Freeview HD tuners. For media storage I used a USB attached StarTech RAID disk sub system. This has been working well for a good couple of years, sitting in a cupboard under that stairs. However, I am about to move house and all the kit is going to have to go under the TV....
Windows 8 store applications need to be built on a TFS build agent running in interactive mode if you wish to run any tests. So whilst rebuilding all our build systems I decided to try to have all the agents running interactive. As we tend to run one agent per VM this was not going to be a major issue I thought. However, whilst testing we found that any of our builds that use the Typemock build activities failed when the build agent was running interactive, but work perfectly when it was running as a service....
I have been trying to script the installation of all the tools and SDKs we need on our TFS Build Agent VMs. This included BizTalk. A quick check on MSDN showed the setup command line parameter I need to install the build components was /ADDLOCAL ProjectBuildComponent So I ran this via my VMs setup PowerShell script, all appeared OK, but when I tried a build I got the error C:Program Files (x86)MSBuildMicrosoftBizTalkBizTalkCommon....
Had an interesting issue during and upgrade from TFS 2012 to 2013.2 today. The upgrade of the files proceeded as expect and the wizard ran. It picked up the correct Data Tier, found the tfs_configuration Db and I was able to fill in the service account details. However, when I got to the reporting section it found the report server URLs, but when it tried to find the tfs_warehouse DB it seemed to lock up, though the test of the SQL instance on the same page worked OK....
Having installed my TFS Alert DSL today onto a client’s TFS 2013.2, I have realised some of the documentation was a little unclear. So I have have just updated the download page to provide an easy means to get The actual DSL implementation (without rebuilding the source) A command line tool to create an event source in case you want log to the Windows event log Hope this helps
The problem Today I found I had a problem when trying to associate a Release Management 2013.2 release pipeline with a TFS build. When I tried to select a team project the drop down for the release properties was empty. The strange thing was this installation of Release Management has been working OK last week. What had changed? I suspected an issue connecting to TFS, so in the Release Management Client’s ‘Managing TFS’ tab I tried to verify the active TFS server linked to the Release Management....