Move all submodules to external directory#18431
Conversation
|
You can test this PR using the following package version. |
|
You can test this PR using the following package version. |
|
You can test this PR using the following package version. |
|
Trouble may arise when pulling changes after this PR. First, make sure the submodules are updated: Git may not correctly remove some old submodule folders ("unable to rmdir 'src/Avalonia.Controls.DataGrid': Directory not empty") If the warning above appears, or if you've got duplicated symbol errors when building, clean your working directory and all submodules: |
What does the pull request do?
This PR moves all submodules to a common
externalfolder.This is done to avoid any unexpected issue occurring by having submodules in the
srcfolder.