我是TFS2018的新手,我正在尝试配置CI/CD管道。我的构建成功了,在发布管道中,我需要在我的部署服务器上运行powershell脚本,所以我使用了在目标机器上运行PowerShell任务。我想,正确地提供了所有所需的信息,并运行了发行版,但在此任务中得到了如下错误
Connecting to remote server xxx.xxx.xx.xx failed with the following error message : The WinRM client cannot process the request. Default authentication may be used
在下面的程序中,我使用了3个if条件,但中间的if语句不工作,最后一个if语句工作正常,当我再次将第三个if语句更改为第二个语句时,第二个语句不能正常工作。第三,if语句运行良好 var quantity = document.getElementById("quantity").value; var discount = document.getElementById("disco