0

In my Azure repo for my function app, I included a submodule that is cloned from another Azure Repos. I try to enable CI/CD pipeline of this function, however, if I change and commit a new change to the submodule's original Azure repo, it cannot trigger a new build and deploy of the function APP. Is there a way to enable CI/CD for Azure repo submodule change?

  • Not get your response for several days, would you please share your latest information about this issue?If you have any concern, feel free to share it here. – Hugh Lin Feb 05 '20 at 15:06

1 Answers1

0

For this issue, you need to enable the Checkout Submodules option in the advanced section of the Get Sources step.

enter image description here

You can refer to this document for details.

Hugh Lin
  • 17,829
  • 2
  • 21
  • 25