Skip to content

Commit feda887

Browse files
Merge pull request SharePoint#7335 from GuidoZam/guidozam-patch-1
Fix to folder path
2 parents 5549197 + 7a91804 commit feda887

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: 07/20/2021
4+
ms.date: 09/28/2021
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
@@ -71,7 +71,7 @@ To use your own Microsoft Teams app manifest & app package instead of letting Sh
7171
> [!IMPORTANT]
7272
> Don't compress the folder, instead compress the contents of the folder. If you ZIP the folder, it will a top-level subfolder to the resulting ZIP file which isn't a valid app package in Microsoft Teams.
7373
74-
1. Save the **TeamsSPFxApp.zip** in the SPFx solution's **./src/teams** folder.
74+
1. Save the **TeamsSPFxApp.zip** in the SPFx solution's **./teams** folder.
7575
1. Create the SPFx package the same way you would with a regular SPFx solution, using **gulp package-solution**. It will include the custom Microsoft Teams app package in the **\*.sppkg**.
7676

7777
### Dynamically reference the underlying SharePoint site URLs

0 commit comments

Comments
 (0)