Skip to content

Commit 6d7b387

Browse files
authored
Fix to folder path
I tried to follow the instructions but it seems that if I put my TeamsSPFxApp.zip file in ./src/teams it is not included in the resulting sppkg file, instead if I put my zip file in the ./teams folder it get included in the resulting sppkg.
1 parent 27a4d5a commit 6d7b387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)