Skip to content

Commit af290fb

Browse files
Merge pull request SharePoint#5182 from antim-mironov/patch-1
Fix in implement-ci-cd-with-azure-devops.md
2 parents 751e6f1 + dd19147 commit af290fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/toolchain/implement-ci-cd-with-azure-devops.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Upload the solution package to your App Catalog by adding another `Command Line`
240240
> The path of the package depends on your solution name (see your project configuration) as well as the `Source Alias` you defined earlier, make sure they match.
241241
242242
> [!NOTE]
243-
> You can upload a solution to a site collection app catalog by adding `--appCatalogUrl https://$(tenant).sharepoint.com/$(catalogsite) --scope site`
243+
> You can upload a solution to a site collection app catalog by adding `--appCatalogUrl https://$(tenant).sharepoint.com/$(catalogsite) --scope sitecollection`
244244
245245
![uploading the package to the catalog](../../images/azure-devops-spfx-16.png)
246246

@@ -252,7 +252,7 @@ The final step in the setup is to deploy the application to the App Catalog to m
252252
> Make sure you update the package name.
253253
254254
> [!NOTE]
255-
> You can deploy a solution from a site collection app catalog by adding `--appCatalogUrl https://$(tenant).sharepoint.com/$(catalogsite) --scope site`
255+
> You can deploy a solution from a site collection app catalog by adding `--appCatalogUrl https://$(tenant).sharepoint.com/$(catalogsite) --scope sitecollection`
256256
257257
![Deploying the package to the catalog](../../images/azure-devops-spfx-17.png)
258258

0 commit comments

Comments
 (0)