Specify value for ~remoteAppUrl in an Office add-in manifest
问题 I'm writing an add-in for Outlook using the new framework. The manifest in the project template uses ~remoteAppUrl to represent the location of the web files. It works great during development, but to publish to the Office Store I need the production URL there. If I save the production URL to the manifest, the production server gets used during debugging, and so local changes don't show up. The documentation mentions Visual Studio filling in this value during debugging: Next, Visual Studio