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

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube