ForceSync not work on AL-GO #1753
-
Hi, when install the app manual in Business Central with Force Sync all fine, i have rename one table and now can't anymore deploy with AL-Go, it's that real? Error: Any Solution for this? Thx Alex |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Did you add SyncMode to your DeployTo setting? https://github.com/microsoft/AL-Go/blob/main/Scenarios/settings.md#deployto |
Beta Was this translation helpful? Give feedback.
-
Thx |
Beta Was this translation helpful? Give feedback.
Try setting skipUpgrade to true
http://aka.ms/algosettings#skipUpgrade
It looks like you've previously created a release in your repo where your table has the old name. By default, AL-Go will try to run an upgrade test on your latest released version. That upgrade seems to be what's failing at the moment.