You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello , i have an extension that depends on ISV app , the dependencies used in this custom extension gets installed correctly during the CI CD workflow but when the CI CD tries to compile the custom extension , it fails and returns an error with X table or codeunit related to the ISV app doesn't exist in the current context, the app works fine in the environnement where it was tested before pushing it into the main branch:
i attached the build log file , is there anything wrong with my configuration ?
The dependencies you refer in installApps are symbols - not full apps.
This means that they can be used to compile apps - but they cannot be published and tested.
So, if you create a setting called doNotPublishApps and set that to true - then your pipeline should work.
But - you still won't be able to run tests or test publishing.
Question
Hello , i have an extension that depends on ISV app , the dependencies used in this custom extension gets installed correctly during the CI CD workflow but when the CI CD tries to compile the custom extension , it fails and returns an error with X table or codeunit related to the ISV app doesn't exist in the current context, the app works fine in the environnement where it was tested before pushing it into the main branch:
i attached the build log file , is there anything wrong with my configuration ?
logs_33417779194.zip
The text was updated successfully, but these errors were encountered: