Skip to content

Commit c9144e6

Browse files
committed
removed file
1 parent 765e412 commit c9144e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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: 06/07/2022
4+
ms.date: 09/16/2020
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
@@ -52,7 +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-
![Screenshot of the Select a Source screen with the Azure Repos Git option being highlighted.](../../images/azure-devops-spfx-02.png)
55+
![installing node 10](../../images/azure-devops-spfx-02.png)
5656

5757
> [!NOTE]
5858
> 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.
@@ -209,7 +209,7 @@ When you create your continuous deployment environment, you can give a name and
209209
By click on `1 job, 0 tasks` you can access the tasks configuration view, which works similarly to the build definition. Here, you can select the set of tasks that will run only for this specific environment. This includes installing NodeJS version 10 or later.
210210
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.
211211

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

214214
### Installing the CLI for Microsoft 365
215215

0 commit comments

Comments
 (0)