Can't find the dependency apps required when I run the CICD action #1797
-
We have two repos - AppA and AppB (AppB has a dependency on AppA). I ran the CICD action for Branch2 of AppA and it ran successfully and I can see the artifacts when the action is complete. The settings.json is setup as follows for AppB I am not too sure what I am missing that the CICD can't find AppA from Branch2 to satisfy the dependency. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I see the |
Beta Was this translation helpful? Give feedback.
I see the
branch
property isn't set up inappDependencyProbingPaths
.Try setting
branch: "Branch2"
as per https://aka.ms/algosettings#appDependencyProbingPaths