I am trying to build my first Outlook Add-In (not VSTO) and followed the tutorial here. After setting up my Office 365 developer license/environment, I finally manage to compile/deploy the Add-In:
3>The manifest file "C:\Users\AAX\source\repos\MyProject\MyProject\bin\Debug\OfficeAppManifests\MyProject.xml" is being deployed to the Exchange server.
3>Successfully registered the mail app on the Exchange Server using service at https://outlook.office365.com/EWS/Exchange.asmx
The compile/deploy action ask me to sign to OWA which I can do but I do not see my Add-In. I try to a track of my Add-in
- Search under the OWA > Settings > Manage Add-in --> Nothing
- Search under Exchange Admin > Settings > Add-In --> Nothing
- I tried to deploy it manually using OWA: All Ok
The workaround 3 does not help as I want to be able to develop build/deploy in a convenient manner. Any hint on why the Visual Studio deploy does not work?