TFS 构建队列

发布于 2024-11-30 04:13:14 字数 235 浏览 1 评论 0原文

我在构建中面临这个问题。

Other Errors and Warnings
 1 error(s), 0 warning(s)
 Failed to create directory '\\win-akk2jup2ka\share\UICoded Build\UICoded Build_20110817.4'.  
 Details: The network path was not found. 

I'm facing this issue in a build.

Other Errors and Warnings
 1 error(s), 0 warning(s)
 Failed to create directory '\\win-akk2jup2ka\share\UICoded Build\UICoded Build_20110817.4'.  
 Details: The network path was not found. 

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

对你再特殊 2024-12-07 04:13:14

看起来您的 UNC 路径缺少前导反斜杠。您提供的消息引用以下路径:

\win-akk2jup2ka\share\UICoded Build\UICoded Build_20110817.4

应该是:

\\win-akk2jup2ka\share\UICoded Build\UICoded Build_20110817.4

检查构建定义编辑器中的放置文件夹,并确保它以两个反斜杠开头。如果这不是问题,请验证构建服务帐户是否具有 NTFS 和共享中该文件夹的“修改”权限。有关详细信息,请参阅 MSDN 上的设置放置文件夹主题。

Looks like your UNC path is missing a leading backslash. The message you provided references the following path:

\win-akk2jup2ka\share\UICoded Build\UICoded Build_20110817.4

Which should be:

\\win-akk2jup2ka\share\UICoded Build\UICoded Build_20110817.4

Check your drop folder in the build definition editor and make sure that it starts with two backslashes. If that's not the problem, verify that the build service account has "modify" permissions for that folder in both NTFS and on the share. For more information, see the Set up Drop Folders topic on MSDN.

一笔一画续写前缘 2024-12-07 04:13:14

编辑构建定义并提供放置位置的路径

\\win-akk2jup2ka\share\UICoded Build\

Edit the build definition and provide this path for drop location

\\win-akk2jup2ka\share\UICoded Build\
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文