Skip to content

Commit 25b262a

Browse files
Merge pull request SharePoint#6522 from apanada/patch-1
Update implement-ci-cd-with-azure-pipelines.md
2 parents 4d3402a + c26a9fd commit 25b262a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Implement Continuous Integration and Continuous deployment using Azure Pipelines
33
description: Streamlining the build and deployment process by automating manual steps.
4-
ms.date: 09/07/2020
4+
ms.date: 12/02/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -136,7 +136,7 @@ jobs:
136136
patterns: '**/*.sppkg'
137137
- script: sudo npm install --global @pnp/cli-microsoft365
138138
displayName: Install CLI for Microsoft365
139-
- script: m365 login $(m365_app_catalog_site_url) --authType password --userName $(365_user_login) --password $(m365_user_password)
139+
- script: m365 login $(m365_app_catalog_site_url) --authType password --userName $(m365_user_login) --password $(m365_user_password)
140140
displayName: Login to Microsoft 365
141141
- script: |
142142
CMD_GET_SPPKG_NAME=$(find $(Pipeline.Workspace)/drop -name '*.sppkg' -exec basename {} \;)

0 commit comments

Comments
 (0)