Visual Code (AL) Howto: Unpublish an extension

KraverKraver Member Posts: 17
Hey,

Just like most of you technical guys I have started with the new development experience: https://blogs.msdn.microsoft.com/nav/2016/12/20/announcing-the-preview-of-development-tools-for-dynamics-nav/

I'd like to share how you can unpublish your extension; correct me if I'm wrong but you are currrently unable to do it from Visual Studio Code.

So for now just start Administration Powershell and run these 2 lines

Uninstall-NAVApp -[ServerInstance] <String> [-Name] <String>
Unpublish-NAVApp [-ServerInstance] <String> [-Name] <String>

so when using Microsoft VM and want to unpublish Hello World

Uninstall-NAVApp -ServerInstance Navision_main -Name "Hello World"
Unpublish-NAVApp -ServerInstance Navision_main -Name "Hello World"

Kraver
Sign In or Register to comment.