Skip to content

Commit

Permalink
[ci] Update checkout path for nightly build (#9028)
Browse files Browse the repository at this point in the history
The main build scripts prefer a checkout path of `s/xamarin-android`,
and the nightly job should do the same (at least for now).
  • Loading branch information
pjcollins committed Jun 14, 2024
1 parent c7b3d1b commit 62a33a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-tools/automation/azure-pipelines-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ stages:
steps:
- checkout: self
submodules: recursive
path: s/xamarin-android

- template: /build-tools/automation/yaml-templates/commercial-build.yaml
parameters:
Expand Down

0 comments on commit 62a33a2

Please sign in to comment.