Skip to content

Commit 5d6fe74

Browse files
Merge pull request SharePoint#8173 from dereklh7/Revert-6-13-Toolchain
Validation: Added Alt Text Descriptions
2 parents 72eceb1 + f49853c commit 5d6fe74

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ The Build Definition, as its name suggests, includes all the definitions and the
5252
### Installing NodeJS version 10
5353

5454
Once the Build Definition has been created, the first thing you need to do is install NodeJS. Make sure to install version 10, as SharePoint Framework depends on it.
55-
56-
![installing node 10](../../images/azure-devops-spfx-02.png)
55+
![Screenshot of the Select a Source screen with the Azure Repos Git option being highlighted.](../../images/azure-devops-spfx-02.png)
5756

5857
> [!NOTE]
5958
> Make sure you specify `10.x` in the `Version Spec` field. If your project is based on SharePoint Framework 1.7.1 or earlier, use version 8.x.
@@ -212,7 +211,7 @@ By click on `1 job, 0 tasks` you can access the tasks configuration view, which
212211

213212
Add a `Node tool installer` task and define `10.X` in the `Version Spec` field. If your project is based on SharePoint Framework version 1.7.1 or earlier, use version 8.X.
214213

215-
![installing node](../../images/azure-devops-spfx-13.png)
214+
![Screenshot of the Node dot J S Tool Installer screen, showing the Display name and Version Spec fields.](../../images/azure-devops-spfx-13.png)
216215

217216
### Installing the CLI for Microsoft 365
218217

0 commit comments

Comments
 (0)