Skip to content

Commit

Permalink
Update msteams-platform/m365-apps/overview-combining-add-in-and-teams…
Browse files Browse the repository at this point in the history
…-app.md

Co-authored-by: Kushal S <[email protected]>
  • Loading branch information
Rick-Kirkham and v-kushals authored Dec 3, 2024
1 parent 2e4d175 commit be8dcce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ When you are ready to merge your existing add-in and Teams app, follow these pri
- Keep configuration files that are applicable to both the add-in and Teams app in the root of the project.
- Move source files and configuration files that are only applicable to the Teams app into a subfolder off the root of the project. Similarly, copy source and configuration files that are only used by the add-in from the existing add-in to a different subfolder off the root of the combined project.
- Use the same base domain for the built files of both the add-in and Teams app; for example, contoso.com.
- Merge the two manifests into a single manifest. Use the process you went through in [Add an Outlook Add-in to a Teams app](combine-office-add-in-and-teams-app.md) as a guide.
- Merge the two manifests into a single manifest. Use the process you went through in [add an Outlook Add-in to a Teams app](combine-office-add-in-and-teams-app.md) as a guide.
- The [id](../resources/schema/manifest-schema.md#id) property in the new manifest should be the same value as the "id" property in the original Teams app manifest.
- Raise the value of the [version](../resources/schema/manifest-schema.md#version) property; for example, raise "1.0.0" to "1.1.0".
- Add an [extensions.alternates](../resources/schema/manifest-schema.md#extensionsalternates) property to the manifest and configure it to hide the original Office add-in in versions of Office that support combining an add-in and a Teams app. For more information, see [Manage new and old versions of an add-in](/office/dev/add-ins/concepts/duplicate-legacy-metaos-add-ins).
Expand Down

0 comments on commit be8dcce

Please sign in to comment.