The latest windows-2022 ADO image no longer includes the Ninja build tool by default. It had been pulled in by another component as a dependency but is no longer there. The official solution is to install ninja using the Chocolatey package manager which part of the base image.
The latest update upgraded MinGW-W64 to 12.2, so I no longer need to explicitly install it for that pipeline.
The latest windows-2022 ADO image no longer includes the Ninja build tool by default. It had been pulled in by another component as a dependency but is no longer there. The official solution is to install ninja using the Chocolatey package manager which part of the base image.
The latest update upgraded MinGW-W64 to 12.2, so I no longer need to explicitly install it for that pipeline.