From 55247cba1426199f0f2d1ee31a4c8ca0b3997e82 Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Fri, 27 Feb 2026 13:37:48 +0100 Subject: [PATCH] Remove build status badges from README Removed build status badges from README. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8686c2bca7cd..fce9648bdbf0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # .NET Multi-platform App UI (.NET MAUI) -[![Build Status](https://dev.azure.com/dnceng-public/public/_apis/build/status%2Fdotnet%2Fmaui%2Fmaui-pr?branchName=main&label=Public)](https://dev.azure.com/dnceng-public/public/_build?definitionId=302) [![Build Status](https://devdiv.visualstudio.com/DevDiv/_apis/build/status/MAUI?repoName=dotnet%2Fmaui&branchName=main&label=Private)](https://devdiv.visualstudio.com/DevDiv/_build/latest?definitionId=13330&repoName=dotnet%2Fmaui&branchName=main) - [.NET Multi-platform App UI (.NET MAUI)](https://dotnet.microsoft.com/en-us/apps/maui) is a cross-platform framework for creating mobile and desktop apps with C# and XAML. Using .NET MAUI, you can develop apps that can run on Android, iOS, iPadOS, macOS, and Windows from a single shared codebase. ## Getting Started ##