TFS Build vnext 中的错误 运行 powershell 任务
Error running powershell task in TFS Build vnext
我有一个非常简单的脚本,它输出这样的环境变量:
Write-Host "SYSTEM_TEAMPROJECT: $ENV:SYSTEM_TEAMPROJECT"
我的构建有一个步骤,PowerShell 任务。任务脚本文件名设置为 TFSVC 中脚本的路径,例如$/Main/BuildProcessTemplates/AllProps.ps1.
当我对新构建进行排队时,它无法报告以下错误:"The term 'C:\Builds\agent_work\cb535ea3\Main' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again."
我的任务配置有误吗?
-- 更新:这是 powershell 任务的副本
在存储库选项卡下,您需要包含如下脚本。如果您有脚本目录,则可以 select 文件夹代替。
我有一个非常简单的脚本,它输出这样的环境变量:
Write-Host "SYSTEM_TEAMPROJECT: $ENV:SYSTEM_TEAMPROJECT"
我的构建有一个步骤,PowerShell 任务。任务脚本文件名设置为 TFSVC 中脚本的路径,例如$/Main/BuildProcessTemplates/AllProps.ps1.
当我对新构建进行排队时,它无法报告以下错误:"The term 'C:\Builds\agent_work\cb535ea3\Main' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again."
我的任务配置有误吗?
-- 更新:这是 powershell 任务的副本
在存储库选项卡下,您需要包含如下脚本。如果您有脚本目录,则可以 select 文件夹代替。