Skip to content

Commit 984fcdc

Browse files
PiotrekKrakowiakVesaJuvonen
authored andcommitted
Parallel package deployments not supported (SharePoint#4329)
Add a comment about Parallel package deployments not being supported as per SharePoint#4022
1 parent 1e83f58 commit 984fcdc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/apis/alm-api-for-spfx-add-ins.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ POST /_api/web/tenantappcatalog/AvailableApps/GetById('xxxxxxxx-xxxx-xxxx-xxxx-x
8787
> [!NOTE]
8888
> This operation is required to be completed after Add, before you can install packages to specific sites.
8989
90+
> [!NOTE]
91+
> It is currently not supported to deploy several packages in parallel - make sure to serialize your deployment operations to avoid deployment errors.
92+
9093
### Retract solution packages in the app catalog
9194

9295
This retracts the solution to be available from the sites. This API is designed to be executed in the context of the app catalog site.

0 commit comments

Comments
 (0)