Showing archive results for July 2026

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 count0
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
Jul 1, 2026
Post comments count13
Post likes count0

Upcoming Change: NTLM Removal in Git (libcurl) – Impact to Azure DevOps Server Customers

Gloridel Morales

Overview In September 2026, NTLM support will be removed from libcurl, which is used by Git for HTTP(S) operations. As a result, Git operations over HTTPS against Azure DevOps Server (on-premises) will stop working for customers who rely on NTLM authentication. This change is part of a broader industry move toward more secure authentication mechan...

Azure DevOps Server