AkashSatoliya

Results 15 comments of AkashSatoliya

Hi @martinlingstuyl, Thank you so much for looking into it. I am using classic pipeline for CD release. I have added tasks mentioned in [this](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/toolchain/implement-ci-cd-with-azure-devops#continuous-deployment) document. Tasks are as follows:...

Hi @waldekmastykarz, Thank you so much for your suggestion. As suggested, I tried `npm install -g @pnp/cli-microsoft365` but it failed while installing Microsoft 365 CLI in step 2 with below...

Hi @waldekmastykarz, As mentioned earlier [here](https://github.com/pnp/cli-microsoft365/issues/3612#issue-1348197254), the first error I got was `The system cannot find the file specified.` when running Azure DevOps task to login SharePoint. Then I tried...

Hi @martinlingstuyl, Thanks for reply. Below are the updates for shared command: 1. Check if the CLI is in fact installed: ``` npm list -g --depth 0 @pnp/[email protected] ``` 2....

Hi @martinlingstuyl I am running it on Azure DevOps Microsoft hosted agent. I tried above command but it adds npm path to current task only. When next task is run...

@martinlingstuyl, Thank you for your suggestion. I have tried running command with PowerShell instead of command tasks. ``` $PATH = [Environment]::GetEnvironmentVariable("PATH") $npm_path = "C:\npm\prefix\node_modules" [Environment]::SetEnvironmentVariable("PATH", $NewPath) Write-Output $Env:PATH m365 login...

Hi @martinlingstuyl, I tried to run login command on local but there I am still getting `'m365' is not recognized as an internal or external command, operable program or batch...

Hi @martinlingstuyl, I tried installing version 5.5.0 and latest version using `install -g @pnp/cli-microsoft365@latest` and run the command but still it fails with same network_error 400

Hi @martinlingstuyl, When trying with `$(password)` it results in variable reference error. PowerShell works with `${password}` and `$password`. When tried with `${password}` and `$password` it tries to login and fails...

Hi @martinlingstuyl, I tried to run login command on local but there I am still getting `'m365' is not recognized as an internal or external command, operable program or batch...