Powershell in NonInteractive mode

前端 未结 2 2058
伪装坚强ぢ
伪装坚强ぢ 2021-02-12 05:54

I use Octopus for our deployments. I have a problem with one of the Powershell scripts to control the deployment:

# stops running processes
$processes = @(\"Note         


        
2条回答
  •  佛祖请我去吃肉
    2021-02-12 06:03

    I just tried to use Remove-Item on the directory with children and got same message: Remove-Item : PowerShell is in NonInteractive mode. Read and Prompt functionality is not available. In my case -Recurse key has helped.

提交回复
热议问题