We have an Azure pipeline in which we specify that submodules should be checked out when the "Get Sources" task is running ...
We are getting our source from a particular branch (named "develop"). How do I specify that I would like the named submodules to also checkout from this branch? Right now, the submodules seem to be defaulting to the master branch.