From 8154864b011b564af6c9b5f0e059da3d7d75ec83 Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Mon, 27 Nov 2023 10:42:33 -0500 Subject: [PATCH] [ci] Fix nightly build (#8527) Commit 204225b8 broke the nightly build, as it added a `maui` checkout to the main build and the maui resource was night defined in the nightly pipeline. This checkout was added as a sort of workaround to make sure we are always checking out at least 2 repos, so that our sources are placed into consistent locations. --- build-tools/automation/azure-pipelines-nightly.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-tools/automation/azure-pipelines-nightly.yaml b/build-tools/automation/azure-pipelines-nightly.yaml index a67b701fbb3..cadf59d37ec 100644 --- a/build-tools/automation/azure-pipelines-nightly.yaml +++ b/build-tools/automation/azure-pipelines-nightly.yaml @@ -20,6 +20,10 @@ resources: type: github name: xamarin/monodroid endpoint: xamarin + - repository: maui + type: github + name: dotnet/maui + endpoint: xamarin # Global variables variables: