Hi.
I have a strange problem.
Publishing with Publish-NAVApp does not create any tables in the SQL. It has worked multiple times before, but today it's just not working. Publishing from VSCode with CTRL + F5 works like a charm but since I want to publish via powershell this is kind of a huge problem. There are no errors what so ever, not in PS and not in event viewer. The package is published and says everything is good, however nothing is created in the SQL.
Anybody with the same problem?
Thanks,
Rgds from Mattias
0
Answers
Update:
It works the first time you publish the project with powershell but not the second. The first time the table doesn't exist so it creates it. The next time I try to add another table to the project and publish with powershell again - then it does not work.
Another update:
It does work all the time if i change the version number to one higher. It seems this is the solution. Strange that this hasn't occured before. But now I know how to work it, so it should be ok.