Closed
Description
Description
Hello, we have a pipeline on Azure that uses the "windows-2022" build agent. We use it to build a .vdproj, and this requires the agent to have an available visual studio license, however; upon reaching the build step that requires us to have a license, we face this error:
Platforms affected
- Azure DevOps
- GitHub Actions - Standard Runners
- GitHub Actions - Larger Runners
Runner images affected
- Ubuntu 22.04
- Ubuntu 24.04
- macOS 13
- macOS 13 Arm64
- macOS 14
- macOS 14 Arm64
- macOS 15
- macOS 15 Arm64
- Windows Server 2019
- Windows Server 2022
- Windows Server 2025
Image version and build link
Version: 20250527.1.0
Is it regression?
Yes
Expected behavior
There should be no error message for an expired visual studio license. This started on Friday, 06/27/2025.
Actual behavior
Build is failing
Repro steps
- Ensure you have a pipeline.yml using the "windows-2022" image
- Have a build-step that includes a call to "devenv.com"
- Run it