我正在尝试从Windows Server 2012 R2上的任务计划程序运行构建脚本,并且在我运行作业后,我在事件日志中收到以下消息:The module 'Microsoft.PowerShell.Core' could not be loaded. For more information, run 'Import-Module Microsoft.PowerShell.Core'
当然,这没有任何意义因为如果没有Core库,PowerShell就不能成为PowerShell(因此我无法在Google上找到帮助。)
可能相关的更多信息:
该脚本在名为VW3
的计算机上运行,并从\\VW1\Developers\Continuous Integration
上的共享文件夹中读取脚本。设置为运行构建任务的用户Build Worker具有CI文件夹的所有权限。
如果我运行脚本,作为Build Worker用户在Powershell中手动执行它没有问题,它只会在我从任务计划程序运行时失败。
我的Start In:
文件夹设置为\\VW1\Developers\Continuous Integration\