Skip to content

Commit f60e376

Browse files
Merge pull request #4946 from OfficeDev/main
[Admin] Publish
2 parents 24dbf16 + 6a5511c commit f60e376

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

docs/develop/convert-xml-to-json-manifest.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Convert an add-in to use the unified manifest for Microsoft 365
33
description: Learn the various methods for converting an add-in with an add-in only manifest to the unified manifest for Microsoft 365 and sideload the add-in.
44
ms.topic: how-to
5-
ms.date: 04/12/2024
5+
ms.date: 12/12/2024
66
ms.localizationpriority: medium
77
---
88

@@ -164,9 +164,13 @@ Once you have the unified manifest created, there are two ways to create the zip
164164
1. In the root of the project, open a command prompt or bash shell and run the following commands.
165165
166166
```command line
167-
npm install -g @microsoft/teamsfx-cli
167+
npm install -g @microsoft/teamsapp-cli
168168
169-
teamsfx m365 sideloading --file-path <relative-path-to-zip-file>
169+
teamsapp install --file-path <relative-path-to-zip-file>
170170
```
171171
172+
1. When you use the Teams Toolkit CLI to start an add-in, *always stop the session with the following command*. Closing the server window doesn't reliably stop the server and closing the Office application doesn't reliably cause Office to unacquire the add-in. Replace the "{GUID of the add-in}" with the GUID in the "id" property of the unified manifest.
172173
174+
```command&nbsp;line
175+
teamsapp uninstall -manifest-id {GUID of the add-in}
176+
```

docs/overview/office-add-ins-community-call.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ The Microsoft Office Add-ins community call is a monthly call where you can lear
1212
> [!IMPORTANT]
1313
> We have changed the schedule to 7:00 AM Pacific Time. If you still have the old calendar invite that starts at 8:00 AM Pacific Time, please remove it and download the latest one at <https://aka.ms/officeaddinscommunitycall>.
1414
15-
## Agenda for December 11th, 2024 call
16-
The agenda for the December Office Add-ins community call will be posted the week of the call.
15+
## Agenda for January 8th, 2025 call
16+
The agenda for the January Office Add-ins community call will be posted the week of the call.
1717

1818
> [!NOTE]
1919
> For us to improve our community call experience and better understand our audience, we invite you to fill out this survey: [Office Add-ins Developer Community Survey](https://forms.office.com/r/YNDtW8wQ6U).

0 commit comments

Comments
 (0)