Skip to content

Commit

Permalink
[ci] Fix nightly build (#8527)
Browse files Browse the repository at this point in the history
Commit 204225b 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.
  • Loading branch information
pjcollins authored Nov 27, 2023
1 parent 8a5730a commit 8154864
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-tools/automation/azure-pipelines-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ resources:
type: github
name: xamarin/monodroid
endpoint: xamarin
- repository: maui
type: github
name: dotnet/maui
endpoint: xamarin

# Global variables
variables:
Expand Down

0 comments on commit 8154864

Please sign in to comment.