Showing archive results for 2026

Aug 27, 2026
Post comments count0
Post likes count2

Azure DevOps in the GitHub Copilot App

Dan Hellem

The Azure DevOps plugin is now available for the GitHub Copilot app, allowing you to view and manage Azure DevOps pull requests and work items directly in the Copilot app. What you can do The initial release supports: You can find your assigned work, make changes, and complete pull requests without leaving the GitHub Copilot app. Get sta...

Azure & Cloud
Aug 26, 2026
Post comments count1
Post likes count7

Copilot Code Reviews for Azure Repos (public preview)

Dan Hellem

Today, we’re announcing the public preview of GitHub Copilot Code Review for Azure Repos, making the feature available to all Azure DevOps customers using the service. There’s no longer a need to sign up for early access. Customers can now enable Copilot Code Review for their Azure Repos repositories and start using it. With the public preview, we...

Azure & Cloud
Aug 18, 2026
Post comments count3
Post likes count0

Apple Silicon and Xcode 27 images available in pay-as-you-go (preview)

Eric van Wijk

Apple developers can now build and test their applications natively on Apple Silicon in Azure Pipelines. New arm64 macOS agents are available in public preview through the pay-as-you-go GitHub-hosted Agents pool. Starting with Apple Silicon, Azure Pipelines is bringing over some of the agent sizes already available in GitHub Actions. The preview i...

CI/CD
Aug 11, 2026
Post comments count0
Post likes count0

August Patches for Azure DevOps Server

Gloridel Morales

We are releasing new patches for our self‑hosted product, Azure DevOps Server. We strongly recommend that all customers stay up to date with the latest, most secure version of Azure DevOps Server. The most recent release, Azure DevOps Server, is available on the download page. The following versions have been patched. For more details on these up...

Azure DevOps ServerPatches
Aug 6, 2026
Post comments count0
Post likes count6

Pull request annotations on work item cards

Dan Hellem

It's now easier to track development progress without leaving your Kanban board. Azure Boards now displays pull request annotations directly on work item cards, making it easy to see at a glance when work is actively moving through code review. With pull request status visible directly on the board, your team can quickly understand the state of ...

Azure & Cloud
Aug 6, 2026
Post comments count0
Post likes count3

You can now use the Azure DevOps Service Connection instead of a PAT or Build Session token

Eric van Wijk

We're excited to announce the Azure DevOps service connection, a new way to access Azure DevOps from your pipelines using a Microsoft Entra workload identity (a service principal or managed identity) instead of a Personal Access Token (PAT) or session token. This post walks through what it is, how to set it up, and the many places you can use it, i...

CI/CDSecurity
Aug 5, 2026
Post comments count8
Post likes count8

Azure DevOps Remote MCP Server is generally available

Dan Hellem

Today, we're excited to announce the general availability of the Azure DevOps MCP Server 🎉 The Azure DevOps MCP Server gives AI assistants secure, contextual access to your Azure DevOps projects so they can help you plan, build, and ship software more effectively. With the Azure DevOps remote MCP Server, you can get started without installing or h...

Azure & Cloud
Jul 28, 2026
Post comments count5
Post likes count6

Find any commit in seconds: Commit Search comes to Azure DevOps

Alex Pysanets

Great code has a long memory. The fix you shipped last quarter, the refactor that touched a dozen files, the one-line change that explained why something works the way it does — it's all there in your commit history. The hard part has always been finding it. Today, we're excited to announce that Commit Search is entering general availability (GA) ...

DevOpsGit & Version ControlAzure DevOps
Jul 21, 2026
Post comments count0
Post likes count0

July Patches for Azure DevOps Server

Gloridel Morales

We are releasing new patches for our self‑hosted product, Azure DevOps Server. We strongly recommend that all customers stay up to date with the latest, most secure version of Azure DevOps Server. The most recent release, Azure DevOps Server, is available on the download page. The following versions have been patched. For more details on these up...

Azure DevOps ServerPatches
Jul 10, 2026
Post comments count2
Post likes count3

Shrinking Azure Pipeline task extensions using esbuild

David Paquette

TL;DR We bundled an internal Azure Pipelines task extension into a single bundled JavaScript file using esbuild. The task package dropped from tens of megabytes and thousands of files to three files per task (  ,   , and   ). The change took about 20 lines of build tooling. We measured the payoff across our production pipelines: Spending les...

CI/CDDevOps