Description
Description
It is suggested to move to Ubuntu 24.04. In my case I cannot move as I need mono installed on the agent.
According to this comment the removal may be fully intentional. In such a case documentation would be very helpful.
Platforms affected
- Azure DevOps
- GitHub Actions - Standard Runners
- GitHub Actions - Larger Runners
Runner images affected
- Ubuntu 20.04
- 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
Ubuntu 20.04: https://dev.azure.com/smkanadl/MissingMono/_build/results?buildId=54614&view=logs&j=19e123c8-1d38-5919-a21c-51ca211d3047&t=c7dd368d-7fd7-507a-3c9d-b7eacfac1b8d
Ubuntu 22.04: https://dev.azure.com/smkanadl/MissingMono/_build/results?buildId=54614&view=logs&j=0cb671f7-629c-572a-49d6-d57c236578ac&t=a33fe29a-42a6-5efa-425f-0b98b5c13dac
Ubuntu 24.04: https://dev.azure.com/smkanadl/MissingMono/_build/results?buildId=54614&view=logs&j=b104dce4-27c6-5299-f400-f77b321f7309&t=098fd864-c404-56ce-32c3-a874bcd418ba
Is it regression?
Yes
Expected behavior
Have mono installed as it is still a valuable tool.
Actual behavior
mono is not available
Repro steps
Use Ubuntu 24.04 and try dotnet test
on a solution with tests being build with net48
.