Azure DevOps Blog
DevOps, Git, and Agile updates from the team building Azure DevOps
Latest posts
Microsoft Update available for Visual Studio 2010 SP1
An update to Visual Studio 2010 SP1 with compatibility support for Visual Studio 2012 and Windows 8 is available for download at Download Center and as a Microsoft Update.After you apply the Microsoft update, the following Visual Studio 2010 SP1 Test Tools features are improved for Windows 8:Here are the list of new features: The Update also contains bug fixes to below issues:Issue 1 Issue 2 Issue 3 For more details, view KB Article 2736182
September Update CTP for Microsoft Visual Studio 2012 and Microsoft Visual Studio Team Foundation Server 2012
I have had a couple of people ask me about these new downloads appearing in MSDN downloads simply called something like: CTP of Quarterly Update for Visual Studio 2012 (x86) - (English). Unfortunately these downloads contained no description other than: “Statement of Support: This release has not been subject to final verification and validation, and is not intended to be run on production machines.”* As Dave Lubash and Brian Harry posted both Visual Studio and Team Foundation Server will shipping new features every quarter(!)… In addition to these production quality updates being released quarterly we ...
Getting Started with PreEmptive Analytics for Team Foundation Server
Chris Kinsman wrote a great article on where to use PreEmptive Analytics for Team Foundation Server with best practices, implementation considerations etc etc for MSDN Magazine. The best part i found of this article was the tutorial on getting started. In talking to Chris i mentioned i would love to have a quick and dirty “primer” on the ALM Blog. Hope you enjoy it! (Thanks Chris!) ************************* An important new tool inside Visual Studio and TFS 2012 allows you to capture all the information about issues in your applications across clients and services—and quickly respond to them by ...
Planning and Tracking – Flat TOC
Sometimes it's nice to see what's available all on one page. Here's a flat TOC of the Planning and Tracking Projects content for VS ALM Team Foundation Server 2012. While this view doesn't represent all the topics available under the Planning and Tracking node - it does represent the most often viewed topics and those which can take you deeper into an area of interest. Let me know if this is helpful, or how to make it more so. What other flat TOCs would you like to see?What challenges you the most when trying to find content to support your needs?
Keyboard Shortcuts for Team Web Access and Team Explorer
You can use the following keyboard shortcuts within Team Web Access or Team Explorer. You can use the ARROW keys to change the focus. Use the ARROW keys to navigate within lists, menus, to expand/collapse hierarchical data, or to scroll the page. You can use the following keyboard shortcuts to perform the indicated action working within a list or work item form.
5 hour IntelliTrace Course is now available online
Marcel de Vries was one of the first people outside of Microsoft to receive Intellitrace builds, involved with almost as much of the planning as the feature PM (Larry Guger) and managed to find and file the first external bug on Intellitrace – so it is no wonder that it was Marcel PluralSight went to write their 5 hour Intellitrace course. For more information please see: http://www.pluralsight.com/training/Courses/Description/intellitrace Course Description: IntelliTrace is a feature of Visual studio Ultimate that enables application debugging using a historical execution log. This course...
Running selective unit tests in VS 2012 using TestCaseFilter
I have recently had a couple of requests on how to run a subset of your tests; indicating that people haven’t see the blog post by Vikram Agrawal [MSFT] titled: Running selective unit tests in VS 2012 using TestCaseFilter *******************************republishing below********************************* New unit testing platform in Visual Studio 2012 provides a new way to selectively execute test based on filtering condition through TestCaseFilter. TestCaseFilter can as specified as a string while executing tests through command line (vstest.console.exe), Team Build (when running test using “Vis...
TFS/Agile PM: Configuring so your tasks are estimated in story points
I’ve had a few people ask: “What if I estimate my tasks in something other than hours, like ideal days or story points?” The truth of the matter is, the “Remaining Work” field on the Task work item is just a dumb integer. You can enter anything you like in it. The only thing that even references what unit it might be in is the little “h” that appears on the task board and on the capacity pane. If you are installing TFS 2012 on-premise, this little “h” is configurable to be whatever you want. (Unfortunately, it is not configurable for tfspreview.com … yet) Here’s how: Step 1: Export the confi...
Team Foundation Service: Process template changes
With this latest Team Foundation Service update, we have updated the process template versions for all the templates. Agile and CMMI are at 6.1. Scrum is at 2.1. This reflects a few minor improvements we've made:- For Agile, the User Story's state model has been updated to allow you to transition from any state to any other state. - For Scrum, we did the same for Product Backlog Item and Bug.- For CMMI, we corrected some bugs where the ResolvedBy, ResolvedDate, ActivatedBy, ActiviatedDate fields were not being set/cleared properly on some transitions.We have noticed in the industry a desire to move towards a less...