【发布时间】:2013-05-01 13:48:43
【问题描述】:
我有一个天蓝色的网络工作者,我正试图通过 teamcity 部署它。在构建服务器上部署其他 web worker 项目没有问题。该项目可以在 Visual Studio 中正常部署。当我尝试在团队城市部署项目时,我收到错误消息:
[14:32:25][Web.UI.Azure\Web.UI.Azure.ccproj.teamcity] _CleanGetCurrentAndPriorFileWrites
[14:32:25] [_CleanGetCurrentAndPriorFileWrites] FindUnderPath
[14:32:25] [FindUnderPath] C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(4017, 5): error MSB3541: Files has invalid value "csx\Release\**\__entrypoint.txt". Illegal characters in path.
[14:32:25][Web.UI.Azure\Web.UI.Azure.ccproj.teamcity] Project Web.UI.Azure\Web.UI.Azure.ccproj.teamcity failed.
我已尝试确定项目之间的差异,但看不到相关差异。
什么可能导致构建过程以这种方式失败?
【问题讨论】:
标签: azure visual-studio-2012 teamcity continuous-deployment