How can I configure Azure DevOps pipelines to build projects with Git submodules?
Git submodules allow teams to manage dependencies across repositories, but configuring Azure DevOps pipelines to handle projects with submodules requires specific steps. What is the recommended way to configure Azure DevOps pipelines to clone and build projects that include Git submodules? Are there any common pitfalls or advanced configuration options to consider when working with submodules in pipelines?