News

Visual Studio Team Services Sprint 109 Caps 2016

As the year winds down, so does the work being done by the Visual Studio Team Services team as it rolls out Sprint 109. Micrsoft's Brian Harry highlights build task versioning, pull request tracking, and support for Linux hosted build pools in this one.

As the year winds down, so does the Visual Studio team, but not without another sprint to close out a productive year of updates to Visual Studio Team Services. This final sprint tackles build task versioning, pull request tracking, and support for Linux hosted build pools, and a host of other features across the board.

As Microsoft's Brian Harry explains in a blog post of the sprint highlights, build task versioning is a "capability that enables an author to roll-out a new version of their task without affecting people currently using their task." He says that capability came about as a result of the team rolling out an update "to a build task on our hosted pools and it broke pretty much everyone's builds." Some investigation led to some revelations relating to how build tasks are validated and rolled out, one of which is that there was no formal method of managing that process.

Harry said that build task versioning provides for that process by labeling versions of build tasks as either major or minor. Major versions are lockable, and new major versions can be created without affecting builds. When the new major version is ready to be tested, that version can be updated to the build definition.

A few small but important capabilities have been added to pull requests. The ability to follow a pull request is one example, now added to a context menu as an option. Once active, a developer is alerted via e-mail to any changes to a pull request. Another related feature is the ability to restart a merge. Once changes have been updated in a target branch, developers can restart a merge to verify the changes don't break a pull request build. The code review policy on pull requests has also changed, with the default not allowing pull requests to be completed when it's rejected by a reviewer down the line. (It can be toggled off, though.)

Harry notes that there's also a preview of a Linux hosted pool that will provide developers with the ability to use them for build and release. Configuring a private agent won't be necessary, as the agents are already running inside an Ubuntu host inside a Docker container that already has the needed Java, Node, Docker, and .NET Core tooling contained within it.

Details on these features and others not mentioned in Harry's blog are contained in the release notes here.

As Harry notes in his blog, there won't be any more sprints until the middle of January 2017.

About the Author

Michael Domingo is a long-time software publishing veteran, having started up and managed several developer publications for the Clipper compiler, Microsoft Access, and Visual Basic. He's also managed IT pubs for 1105 Media, including Microsoft Certified Professional Magazine and Virtualization Review before landing his current gig as Visual Studio Magazine Editor in Chief. Besides his publishing life, he's a professional photographer, whose work can be found by Googling domingophoto.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube