Tfs &引用;Azure文件副本“;将文件复制到VM的任务失败

Tfs &引用;Azure文件副本“;将文件复制到VM的任务失败,tfs,build,tfsbuild,azure-pipelines,vnext,Tfs,Build,Tfsbuild,Azure Pipelines,Vnext,我一直在寻找使用TFS vNext更新部署在Azure VM上的web api的方法。Web Api部署在多个Azure虚拟机上(经典) 我正在使用“Azure文件复制”任务将已发布的网站复制到虚拟机上的相关文件夹 构建会将文件从本地文件路径上传到blob fine,但之后会失败,并出现以下错误 2017-04-11T10:54:53.1524432Z ##[error], ServiceCommandException\r\n FullyQualifiedErrorId :CouldNotS

我一直在寻找使用TFS vNext更新部署在Azure VM上的web api的方法。Web Api部署在多个Azure虚拟机上(经典)

我正在使用“Azure文件复制”任务将已发布的网站复制到虚拟机上的相关文件夹

构建会将文件从本地文件路径上传到blob fine,但之后会失败,并出现以下错误

2017-04-11T10:54:53.1524432Z ##[error], ServiceCommandException\r\n FullyQualifiedErrorId :CouldNotStartService,Microsoft.PowerShell.Commands.StartServiceCommand\r\n"}};]
2017-04-11T10:54:53.1674435Z ##[warning]'##vso[task.logissue type=error;code={"Task_Internal_Error":Failed to start service 'VisualStudioRemoteDeployer28cc825e-0ecd-4362-a597-7ff9a10b7f2c'. Consult the logs below:' contains logging command keyword '##vso', but it's not a legal command. Please reference documentaion to fix any potentially syntax error (http://go.microsoft.com/fwlink/?LinkId=817296)
2017-04-11T10:54:53.1684427Z ##vso[task.logissue type=error;code={"Task_Internal_Error":Failed to start service 'VisualStudioRemoteDeployer28cc825e-0ecd-4362-a597-7ff9a10b7f2c'. Consult the logs below:
2017-04-11T10:54:53.1684427Z Service 'VisualStudioRemoteDeployer28cc825e-0ecd-4362-a597-7ff9a10b7f2c (VisualStudioRemoteDeployer28cc825e-0ecd-4362-a597-7ff9a10b7f2c)' cannot be started due to the following error: Cannot start service VisualStudioRemoteDeployer28cc825e-0ecd-4362-a597-7ff9a10b7f2c on computer '.'.
2017-04-11T10:54:53.1684427Z  CategoryInfo :OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service], ServiceCommandException
2017-04-11T10:54:53.1684427Z  FullyQualifiedErrorId :CouldNotStartService,Microsoft.PowerShell.Commands.StartServiceCommand
2017-04-11T10:54:53.1684427Z  For more info please refer to https://aka.ms/azurefilecopyreadme};]
2017-04-11T10:54:53.3654455Z ##[error]Failed to start service 'VisualStudioRemoteDeployer28cc825e-0ecd-4362-a597-7ff9a10b7f2c'. Consult the logs below:
Service 'VisualStudioRemoteDeployer28cc825e-0ecd-4362-a597-7ff9a10b7f2c (VisualStudioRemoteDeployer28cc825e-0ecd-4362-a597-7ff9a10b7f2c)' cannot be started due to the following error: Cannot start service VisualStudioRemoteDeployer28cc825e-0ecd-4362-a597-7ff9a10b7f2c on computer '.'.
 CategoryInfo :OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service], ServiceCommandException
 FullyQualifiedErrorId :CouldNotStartService,Microsoft.PowerShell.Commands.StartServiceCommand

设法解决了这个问题。导致错误的是无效的凭据。我使用的是带有机器名的“admin login”登录名。当我只使用名称的登录部分时,它工作正常。

机器是否配置为允许WinRM连接?你看过文件了吗?你的TFS版本是什么?您可以使用AzCopy命令行将文件复制到Azure VM吗?()允许机器进行WinRM连接,我们正在使用TFS 2017 Update 1您所说的“名称的登录部分”是什么意思?