From 62a33a24843bebb5aa5334404287d31ee8667e9e Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Fri, 14 Jun 2024 15:08:18 -0400 Subject: [PATCH] [ci] Update checkout path for nightly build (#9028) The main build scripts prefer a checkout path of `s/xamarin-android`, and the nightly job should do the same (at least for now). --- build-tools/automation/azure-pipelines-nightly.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-tools/automation/azure-pipelines-nightly.yaml b/build-tools/automation/azure-pipelines-nightly.yaml index 3d5e70518c5..e866458ed7b 100644 --- a/build-tools/automation/azure-pipelines-nightly.yaml +++ b/build-tools/automation/azure-pipelines-nightly.yaml @@ -51,6 +51,7 @@ stages: steps: - checkout: self submodules: recursive + path: s/xamarin-android - template: /build-tools/automation/yaml-templates/commercial-build.yaml parameters: