Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]: Extension compilation failed because X table is missing #1413

Open
ismailhafid1 opened this issue Jan 23, 2025 · 2 comments
Open
Labels
Fix Ready Fix Ready question Further information is requested

Comments

@ismailhafid1
Copy link

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:

Image
i attached the build log file , is there anything wrong with my configuration ?

logs_33417779194.zip

@ismailhafid1 ismailhafid1 added the question Further information is requested label Jan 23, 2025
@ismailhafid1
Copy link
Author

Hello @freddydk , any news about this issue ?

@freddydk
Copy link
Contributor

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.

@freddydk freddydk added the Fix Ready Fix Ready label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Ready Fix Ready question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants