We are releasing patches for our self‑hosted product, Azure DevOps Server. We strongly recommend that all customers stay on the latest, most secure version of Azure DevOps Server. The latest release, Azure DevOps Server, is available from the download page.
To make it easier to find and apply the latest patches, we are sharing patch details in the table below. Each entry includes the Azure DevOps Server version, a direct download link for the patch, and a link to the corresponding release notes with additional details.
⬇️Azure DevOps Server Patch Download
| Version | Patch Download | Release Notes |
|---|---|---|
| Azure DevOps Server | Download Patch 1 | Release notes |
| Azure DevOps Server 2022.2 | Download Patch 8 | Release notes |
| Azure DevOps Server 2020.1.2 | Download Patch 18 | Release notes |
| Azure DevOps Server 2019.1.2 | Download Patch 12 | Release notes |
âś…Verifying Installation
To verify that the patch is installed, run the following command on the Azure DevOps Server machine using the patch installer you downloaded:
<patch-installer>.exe CheckInstall
Replace <patch-installer> with the name of the patch file you downloaded. The command output will indicate whether the patch is installed.
Hey Gloria,
Been wanting to switch a few projects over to .NET 10, though a lack of support between the MSBuild and VSBuild tasks are preventing us from moving forward. The last time we tried installing the build tools to our server, the PATH changed, and the VSBuild task could no longer find the build tools. We are going to switch to Azure DevOps Server, though only want to do so once we know the compatibility we need is there. Is there an ETA as to when this will be available, or has .NET 10 and the pipeline task support for...