...
Info |
---|
Wedia project managers can find the manifest.xml files in the /samples/office-picker-confi-sample directory in our internal git directory. Please ask to Product team for any question related to configuration of these xml files. Users with a git access can follow this link. https://bitbucket.org/wediaproduct/portal/src/master/samples/office-picker-config-sample/manifest-dev-club-wed.xml |
Step 3 - Validate the manifest.xml
Whereas this step is not mandatory, it’s a good idea to validate your customised manifest file.
Given node is installed on your machine, you can run the following command:
Code Block | ||
---|---|---|
| ||
npx --ignore-existing office-addin-manifest validate <PATH_TO_YOUR_MANIFEST_FILE> |
Detailed explanations can be found at https://docs.microsoft.com/fr-fr/office/dev/add-ins/testing/troubleshoot-manifest
...
If the upload is successful, a recap screen will show you this plugin screen :
...