提问人:Popo 提问时间:8/24/2023 最后编辑:Shamrai AleksanderPopo 更新时间:10/13/2023 访问量:58
生成Azure DevOps时出错::警告 - 无法获取,因为目录已存在
Error when building Azure DevOps: : Warning s - Unable to get because a directory already exists
问:
通过Azure DevOps管道构建项目时,我收到以下错误。我已检查待处理的更改或未映射的文件,但没有看到任何文件。我不确定这里还有什么可以尝试的。
日志片段:
##[command]tf vc get /version:6 /recursive /overwrite C:\agents\vsts-agent-win-x86-2.153.1\_work\1\s /loginType:OAuth /login:.,*** /noprompt
C:\agents\vsts-agent-win-x86-2.153.1\_work\1:
Warning s - Unable to get because a directory already exists.
Exit code 1 returned from the process: file name 'tf', arguments 'vc get /version:6 /recursive /overwrite C:\agents\vsts-agent-win-x86-2.153.1\_work\1\s /loginType:OAuth /login:.,*** /noprompt'.
编辑:我尝试了这篇文章中的解决方案,但没有成功。
答: 暂无答案
评论