From ad6cc1b4b8b0075ccc942846028326683bc5400e Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Thu, 23 Jan 2025 15:39:04 -0600 Subject: [PATCH] [build] fix `MAUI Integration` lane (#9670) Context: https://github.com/dotnet/maui/tree/net10.0 Context: https://github.com/dotnet/maui/pull/27040 dotnet/maui is using the `net10.0` branch for .NET 10. --- build-tools/automation/azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/automation/azure-pipelines.yaml b/build-tools/automation/azure-pipelines.yaml index 511d7338185..b7abfa199c8 100644 --- a/build-tools/automation/azure-pipelines.yaml +++ b/build-tools/automation/azure-pipelines.yaml @@ -32,7 +32,7 @@ resources: - repository: maui type: github name: dotnet/maui - ref: refs/heads/net9.0 + ref: refs/heads/net10.0 endpoint: xamarin parameters: