Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 1.55 KB

sideload.md

File metadata and controls

55 lines (29 loc) · 1.55 KB

Sideload

Sideload Add-Ins for testing

For outlook web use: https://outlook.live.com/mail/0/inclientstore

Production

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.

Setup manifest share

As administrator run:

.\scripts\create-manifest-share.cmd

Copy over manifests

This copies over the latest manifests to the manifest share.

npm run share

Load the local manifest

Basic manifests are located in the manifests folder

Follow: Sideload Add-Ins for testing

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

npm install -g @microsoft/teamsapp-cli

Install the Manifest

teamsapp install --xml-path manifest.xml

Where manifest.xml is the path to the manifest.