Skip to content

Commit 8265341

Browse files
Merge pull request SharePoint#6282 from PrasadKasireddy/PrasadKasireddy-patch-1
Update the Installing the CLI for Microsoft 365
2 parents 79f252e + 6f4d8e8 commit 8265341

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/images/azure-devops-spfx-14.png

-12.6 KB
Binary file not shown.
17.3 KB
Loading

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Implement Continuous Integration and Continuous deployment using Azure DevOps
33
description: Streamlining the build and deployment process by automating manual steps.
4-
ms.date: 09/07/2020
4+
ms.date: 09/16/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -213,9 +213,9 @@ Add a `Node tool installer` task and define `10.X` in the `Version Spec` field.
213213

214214
### Installing the CLI for Microsoft 365
215215

216-
The Office 365 Common Language Interface (CLI) is an open source project built by the OfficeDev PnP Community. In order to leverage the CLI as part of your Release Definition, you first need to install it. Then, you will be able to take advantage of commands available to handle deployment. Add a `npm` task, select a `Custom` command and type `install -g @pnp/office365-cli` in the `Command and Arguments` field.
216+
The Microsoft 365 Common Language Interface (CLI) is an open source project built by the Microsoft 365 PnP Community. In order to leverage the CLI as part of your Release Definition, you first need to install it. Then, you will be able to take advantage of commands available to handle deployment. Add a `npm` task, select a `Custom` command and type `install -g @pnp/cli-microsoft365` in the `Command and Arguments` field.
217217

218-
![installing CLI for Microsoft 365](../../images/azure-devops-spfx-14.png)
218+
![installing CLI for Microsoft 365](../../images/azure-devops-spfx-node.png)
219219

220220
> [!NOTE]
221221
> Learn more about the [CLI for Microsoft 365](https://pnp.github.io/cli-microsoft365/)

0 commit comments

Comments
 (0)