Skip to content

Commit 234a06a

Browse files
committed
fix incorrect path to teams package
- fixes SharePoint#7146
1 parent 683c17c commit 234a06a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/deployment-spfx-teams-solutions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Deployment options for SharePoint Framework solutions for Microsoft Teams
33
description: Learn what options are available to deploy SharePoint Framework solutions for Microsoft Teams
4-
ms.date: 03/15/2021
4+
ms.date: 07/20/2021
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -51,7 +51,7 @@ If a SPFx solution contains multiple web parts designated for use in Microsoft T
5151

5252
## Developer-provided Microsoft Teams app manifest & package
5353

54-
When you need more control over the Microsoft Teams app manifest or app package, you can create your own package. In this case, when an administrator selects the **Sync to Teams** button, SharePoint Online will look for the following file in the **\*.sppkg** file: **./src/teams/TeamsSPFxApp.zip**.
54+
When you need more control over the Microsoft Teams app manifest or app package, you can create your own package. In this case, when an administrator selects the **Sync to Teams** button, SharePoint Online will look for the following file in the **\*.sppkg** file: **./teams/TeamsSPFxApp.zip**.
5555

5656
If this file is present, SharePoint Online will deploy it to the tenant's Microsoft Teams app store instead of dynamically creating it. This option gives developers full control over the Microsoft Teams app manifest & app package.
5757

0 commit comments

Comments
 (0)