Skip to content

Commit

Permalink
Sideloading instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
wandyezj committed Jul 7, 2024
1 parent 29ef6bd commit 5be7144
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
path: dist/

## end to end tests
- name: Install Playwright Browsers
- name: Playwright Install
if: inputs.test
run: npm run playwright-install

- name: Run Playwright tests
- name: Playwright Test
if: inputs.test
run: npm run playwright-test
env:
Expand Down
2 changes: 1 addition & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"SETCOLOR",
"SHOWTASKPANE",
"Sideload",
"Sideloading",
"sideloading",
"taskpane",
"Taskpanes",
"telemetryservice",
Expand Down
3 changes: 1 addition & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"ms-playwright.playwright",
"bierner.github-markdown-preview",
"streetsidesoftware.code-spell-checker",
"vscode-icons-team.vscode-icons",
"redhat.vscode-xml"
"vscode-icons-team.vscode-icons"
]
}
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@

![Logo](./assets/icon-80.png)

Get the [Build Add-In](https://appsource.microsoft.com/en-us/product/office/WA200006798).
Get the Build Add-In from Microsoft AppSource:

Get the [Build for Outlook Add-In](https://appsource.microsoft.com/en-us/product/office/WA200006932).
- Get for [Word, Excel, and PowerPoint](https://appsource.microsoft.com/en-us/product/office/WA200006798).
- Get for [Outlook](https://appsource.microsoft.com/en-us/product/office/WA200006932).

Alternatively, [sideload the manifests](https://github.com/wandyezj/build-add-in/blob/main/docs/sideload.md).

[Tutorial](https://github.com/wandyezj/build-add-in/blob/main/docs/tutorial.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Other manifest files are generated from the base files using:

> npm run manifest
Once you have updates the manifests, test them via [sideloading](./sideloading.md).
Once you have updates the manifests, test them via [sideloading](./sideload.md).


## Test
Expand Down
28 changes: 28 additions & 0 deletions docs/sideload.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Sideload

[Sideload Add-Ins for testing](https://learn.microsoft.com/en-us/office/dev/add-ins/testing/sideload-office-add-ins-for-testing)

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

## Production

Download the production manifest:

- Get for [Word, Excel, and PowerPoint](https://store.office.com/app/download?assetid=WA200006798&cmu=en-US).
- Get for [Outlook](https://store.office.com/app/download?assetid=WA200006932&cmu=en-US).

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

As administrator run:
> .\scripts\create-manifest-share.cmd
### Copy over manifests

This copies over the latest manifests to the manifest share.

> npm run share
17 changes: 0 additions & 17 deletions docs/sideloading.md

This file was deleted.

0 comments on commit 5be7144

Please sign in to comment.