diff --git a/docs/sideload.md b/docs/sideload.md index e38515f..2f50c48 100644 --- a/docs/sideload.md +++ b/docs/sideload.md @@ -1,6 +1,6 @@ # Sideload -[Sideload Add-Ins for testing](https://learn.microsoft.com/en-us/office/dev/add-ins/testing/sideload-office-add-ins-for-testing) +[Sideload Add-Ins for testing][sideload-docs] For outlook web use: https://outlook.live.com/mail/0/inclientstore @@ -14,15 +14,42 @@ Download the production manifest: If you are using a managed account, there is an IT setting that can disable loading from the store and a setting that can disable sideloading. If you can't access the store you might still be able to sideload. -## Testing -### Setup manifest share +## Setup manifest share As administrator run: > .\scripts\create-manifest-share.cmd -### Copy over manifests +## Copy over manifests This copies over the latest manifests to the manifest share. -> npm run share \ No newline at end of file +> npm run share + +## Load the local manifest + +Basic manifests are located in the [manifests folder](../manifests/) + +Follow: [Sideload Add-Ins for testing][sideload-docs] + +Load + +- `local.xml` for Word, Excel, PowerPoint. +- `local.outlook.xml` for Outlook. + +Click the `[Local]` Ribbon Tab to view the local version. + +### Sideloading Outlook Web + +[Install Teams Toolkit cli](https://www.npmjs.com/package/@microsoft/teamsapp-cli) + +> npm install -g @microsoft/teamsapp-cli + +[Install the Manifest](https://learn.microsoft.com/en-us/microsoftteams/platform/toolkit/teams-toolkit-cli?pivots=version-three#teamsapp-install) + +> teamsapp install --xml-path manifest.xml + +Where `manifest.xml` is the path to the manifest. + + +[sideload-docs]: https://learn.microsoft.com/en-us/office/dev/add-ins/testing/sideload-office-add-ins-for-testing \ No newline at end of file diff --git a/manifests/local.outlook.xml b/manifests/local.outlook.xml index e441bc7..302f1fe 100644 --- a/manifests/local.outlook.xml +++ b/manifests/local.outlook.xml @@ -5,7 +5,7 @@ xmlns:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides/1.0" xsi:type="MailApp"> 01000000-1000-0000-0000-000000007357 - 1.0.1.0 + 2.0.1.0 wandyezj en-US @@ -51,11 +51,69 @@ + + - - + + +