File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Implement Continuous Integration and Continuous deployment using Azure Pipelines
3
3
description : Streamlining the build and deployment process by automating manual steps.
4
- ms.date : 09/07 /2020
4
+ ms.date : 12/02 /2020
5
5
ms.prod : sharepoint
6
6
localization_priority : Priority
7
7
---
@@ -136,7 +136,7 @@ jobs:
136
136
patterns : ' **/*.sppkg'
137
137
- script : sudo npm install --global @pnp/cli-microsoft365
138
138
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)
140
140
displayName : Login to Microsoft 365
141
141
- script : |
142
142
CMD_GET_SPPKG_NAME=$(find $(Pipeline.Workspace)/drop -name '*.sppkg' -exec basename {} \;)
You can’t perform that action at this time.
0 commit comments