You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spfx/toolchain/implement-ci-cd-with-azure-devops.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,12 @@ Azure DevOps (Visual Studio Team Services / Team Foundation Server) consists of
12
12
13
13
This article explains the steps involved in setting up your Azure DevOps environment with Continuous Integration and Continuous Deployment to automate your SharePoint Framework builds, unit tests, and deployment.
14
14
15
-
## Chosing between Azure Multi-stage Pipelines (preview) and Azure DevOps builds and releases
15
+
## Choosing between Azure Multi-stage Pipelines (preview) and Azure DevOps builds and releases
16
16
17
-
There are currently two approaches available to implement continuous integration, and deployement in Azure DevOps.
17
+
There are currently two approaches available to implement continuous integration, and deployment in Azure DevOps.
18
18
Azure builds and releases is the historic one, featuring a graphical edition experience and storing the definitions in a JSON document hidden from the user.
19
19
Azure multi-stage Pipelines is a newer feature still in preview, is relies on pipeline definitions stored as YAML files on the repository providing transparency, version history and repeatability.
20
-
Both approaches are decribed for the SharePoint Framework:
20
+
Both approaches are described for the SharePoint Framework:
@@ -213,7 +213,7 @@ Add a `Node tool installer` task and define `10.X` in the `Version Spec` field.
213
213
214
214
### Installing the Office 365 CLI
215
215
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 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.
0 commit comments