Hi All,
I am working on setting up an Application Lifecycle Management where I have created a solution within which I have a Power Automate and an AI Builder Custom form processing Model which is consumed within the flow.
I have managed to successfully move the Power Automate and AI Builder model from Dev to Prod environment using Azure DevOps Pipelines and in between, I am using the Azure Repos to Source Control the solution contents.
However, neither the AI Builder Model or its Training Data set is visible in the Source Control. I can only see the Power Automate data. Once Build/Release pipelines runs, the AI builder is still successfully migrated to Prod and it works as expected within the Power Automate in the target.
Is there something I am missing to do , due to which the AI Builder Model and Its training data set is not present in the Azure Repos Source Control ?
Dev Unmanaged Solution :

Azure Repo Source Control :

Thanks in Advance !