-
We are currently developing an AppSource App that we have not yet published. We decided to split the App into two apps, therefore we removed lots of Tables from the App. Now, the Current Pipeline always throws errors on the tables and fields that they cannot be removed. Interestingly, the CI/CD, NextMinor and NextMajor don't throw this error. How can we prevent the Current pipeline from throwing that error? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can use the "skipUpgrade" setting, as documented here: https://github.com/microsoft/AL-Go/blob/main/Scenarios/settings.md. |
Beta Was this translation helpful? Give feedback.
You can use the "skipUpgrade" setting, as documented here: https://github.com/microsoft/AL-Go/blob/main/Scenarios/settings.md.
This setting can, for example, be configured in the AL-Go-Settings.json file located in the .github folder.