I've created an Outlook add ins using Yeoman not Visual Studio and now I want to submit it to the office store.
The add-ins is targeting Outlook Desktop and Outlook 365.
In the documentation there's an example about packing the add ins using Visual Studio 2015. Here's the link
https://docs.microsoft.com/en-us/office/dev/add-ins/publish/package-your-add-in-using-visual-studio
Is there any tutorial about packing the add ins when it is created with Yeoman?
Also, once I've packed it to which host it should be submitted? To Azure.com? May I host the Add ins in my own server?