Azure DevOps: .NET build fails on macOS 15.3 but succeeds on macOS 15.2 – what's changed? #47188
Labels
Area-Workloads
needs team triage
Requires a full team discussion
untriaged
Request triage from a team member
We have Azure DevOps pipelines compiling a .NET 8 application for iOS and Android. Since the last macOS update (15.3), our pipelines are failing inconsistently—sometimes during the restore step and sometimes during the build step. Azure agents are on version 3.238.0
Here’s an example of the error we get when installing the iOS workload:
We use the following task to install dotnet-sdk:
This task works on both macOS versions, but we noticed that the workload version differs, which might be causing the issue.
On Macos 15.2 we have:
On Macos 15.3 we have:
An this is what we do during restore task for iOS apps:
For Android apps:
And our workload-manifest:
Does anyone have an idea what might be causing this issue? Could it be related to the workload version differences or a change in macOS 15.3?
Thank you! 🙏
The text was updated successfully, but these errors were encountered: